diff options
Diffstat (limited to 'ext/kv/lib.rs')
-rw-r--r-- | ext/kv/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/kv/lib.rs b/ext/kv/lib.rs index db7c5c22e..a781f4579 100644 --- a/ext/kv/lib.rs +++ b/ext/kv/lib.rs @@ -8,7 +8,6 @@ use std::borrow::Cow; use std::cell::RefCell; use std::num::NonZeroU32; use std::rc::Rc; -use std::vec; use codec::decode_key; use codec::encode_key; |