0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00

remove pub use support::int; #235 (#239)

This commit is contained in:
Andy Finch 2020-01-22 11:01:49 -05:00 committed by Ry Dahl
parent 9124720c5a
commit d302180ffa

View file

@ -162,7 +162,6 @@ pub use snapshot::OwnedStartupData;
pub use snapshot::SnapshotCreator;
pub use snapshot::StartupData;
pub use string::NewStringType;
pub use support::int;
pub use support::MaybeBool;
pub use support::SharedRef;
pub use support::UniquePtr;