diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-14 23:49:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-14 23:49:12 -0400 |
commit | 055dfe2ff437099aef105fe4beab0f0c8cc53506 (patch) | |
tree | 5a3ea8f59d665b8e5d6ec87c3f8f6f26039b1021 /core/lib.rs | |
parent | 85b98f6dd8aaf63acef58fea904dd81f6e5cbaf6 (diff) |
Make JsRuntimeState private (#7484)
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 73d0da071..0dca01691 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -45,7 +45,6 @@ pub use crate::runtime::js_check; pub use crate::runtime::GetErrorClassFn; pub use crate::runtime::HeapLimits; pub use crate::runtime::JsRuntime; -pub use crate::runtime::JsRuntimeState; pub use crate::runtime::RuntimeOptions; pub use crate::runtime::Snapshot; pub use crate::zero_copy_buf::BufVec; |