Fixing clippy warnings

This commit is contained in:
Tomasz Drwięga
2016-05-26 11:49:58 +02:00
parent 32298cad6b
commit 5b0c936fee
3 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
//! kvdb::Database as migration::Destination
//! `kvdb::Database` as `migration::Destination`
use std::collections::BTreeMap;
use kvdb::{Database, DBTransaction};