From ffbf0c20ccc4e70281958f18ed117f40bdd91397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 30 Sep 2019 20:59:44 +0200 Subject: feat: op registration in core (#3002) --- core/shared_queue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/shared_queue.rs') diff --git a/core/shared_queue.rs b/core/shared_queue.rs index 5f9554ad2..dbb738f15 100644 --- a/core/shared_queue.rs +++ b/core/shared_queue.rs @@ -196,7 +196,7 @@ impl SharedQueue { #[cfg(test)] mod tests { use super::*; - use crate::isolate::Buf; + use crate::ops::Buf; #[test] fn basic() { -- cgit v1.2.3