diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-03-15 23:43:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 23:43:17 +0100 |
commit | bb53135ed87ec063c9238e1b7de8cf3b44535685 (patch) | |
tree | 76dfbbfedf1de3482b1d179c46aa855bc6a8e544 /core/lib.rs | |
parent | 5d60ee7f1280d8000b918e7fb9e11e3ddca779e7 (diff) |
cleanup(core): OpPair => OpDecl (#13952)
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/lib.rs b/core/lib.rs index 929a68cbb..de794b30f 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -45,8 +45,8 @@ pub use crate::async_cell::RcLike; pub use crate::async_cell::RcRef; pub use crate::extensions::Extension; pub use crate::extensions::ExtensionBuilder; +pub use crate::extensions::OpDecl; pub use crate::extensions::OpMiddlewareFn; -pub use crate::extensions::OpPair; pub use crate::flags::v8_set_flags; pub use crate::inspector::InspectorMsg; pub use crate::inspector::InspectorMsgKind; |