diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-22 23:16:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 23:16:00 -0400 |
commit | ffd08a2249b3aab1e8e70d9cef9c350ab41f22a7 (patch) | |
tree | 4b0bd043cf76ae373556a08d69dd00de3b375da6 /core/lib.rs | |
parent | 751bb45a0a4ca4ab3baf5e5037c0b10f0430aeb6 (diff) |
Actually remove js_check (#7636)
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 c17399aab..94cd07992 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -46,7 +46,6 @@ pub use crate::ops::OpId; pub use crate::ops::OpState; pub use crate::ops::OpTable; pub use crate::resources::ResourceTable; -pub use crate::runtime::js_check; pub use crate::runtime::GetErrorClassFn; pub use crate::runtime::HeapLimits; pub use crate::runtime::JsRuntime; |