diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-09-06 02:34:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 02:34:02 +0200 |
commit | c821e8f2f1fb8ad5e9eb00854277cafc8c80b2f5 (patch) | |
tree | c429a3c2707a4047fb512443a8468b7e15e5730d /core/plugin_api.rs | |
parent | 849431eb1d112d1f79f4a327830dc1a5bf22dd47 (diff) |
Move JSON ops to deno_core (#7336)
Diffstat (limited to 'core/plugin_api.rs')
-rw-r--r-- | core/plugin_api.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/plugin_api.rs b/core/plugin_api.rs index 0cb9acaeb..d57a5b3b5 100644 --- a/core/plugin_api.rs +++ b/core/plugin_api.rs @@ -8,7 +8,6 @@ // shared library itself, which would cause segfaults when the plugin is // unloaded and all functions in the plugin library are unmapped from memory. -pub use crate::Buf; pub use crate::Op; pub use crate::OpId; pub use crate::ZeroCopyBuf; |