diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-05-09 22:44:30 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-09 16:44:30 -0400 |
commit | 1fc61f3b6a32d30d3667855c4b2e4457f309ac87 (patch) | |
tree | 95bae8504a0a8e3f4417713a7b0d02ef1b2df49c /core/lib.rs | |
parent | 07886a03cc913a15fa8e90034e80edeb41186c2c (diff) |
core: Privatize ModuleNameMap SymbolicModule deno_buf (#2324)
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/lib.rs b/core/lib.rs index 9533bce32..10f12815e 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -14,7 +14,6 @@ mod shared_queue; pub use crate::flags::v8_set_flags; pub use crate::isolate::*; pub use crate::js_errors::*; -pub use crate::libdeno::deno_buf; pub use crate::libdeno::deno_mod; pub use crate::libdeno::PinnedBuf; pub use crate::modules::*; |