remove unnecessary warning suppression
This commit is contained in:
3
RELEASING.md
Normal file
3
RELEASING.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Release process
|
||||
|
||||
1.
|
||||
@@ -1,4 +1,3 @@
|
||||
#![allow(dead_code, unused_variables)] // temporary
|
||||
use super::{Client, Storage, StorageTxn, Uuid, Version};
|
||||
use failure::Fallible;
|
||||
use kv::msgpack::Msgpack;
|
||||
|
||||
Reference in New Issue
Block a user