remove unnecessary warning suppression

This commit is contained in:
Dustin J. Mitchell 2020-11-29 20:34:43 -05:00
parent 89a0071136
commit 8f361c28b7
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,3 @@
#![allow(dead_code, unused_variables)] // temporary
use super::{Client, Storage, StorageTxn, Uuid, Version};
use failure::Fallible;
use kv::msgpack::Msgpack;