diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-06-24 23:30:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 15:30:04 -0600 |
commit | a181ceb0e3791c842db6e8e6f528cf9ce320642a (patch) | |
tree | 0714537d8b91013f9253e65202e2dc596e977d01 /core/lib.rs | |
parent | 4a18c761351dccb146973793cf22e6efffff18bf (diff) |
refactor(ops): op2 supports Result in slow call path (#19602)
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/lib.rs b/core/lib.rs index 9a960e93a..1042bf55c 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -147,11 +147,6 @@ pub mod _ops { pub use super::runtime::V8_WRAPPER_TYPE_INDEX; } -pub(crate) mod deno_core { - pub(crate) use crate::_ops; - pub(crate) use crate::v8; -} - // TODO(mmastrac): Temporary while we move code around pub mod snapshot_util { pub use crate::runtime::create_snapshot; |