Fix 2 warnings

This commit is contained in:
Jonathan Frederick 2019-07-09 16:58:55 -07:00
parent d628acdf93
commit 9f4b82a9b1
2 changed files with 0 additions and 2 deletions

View File

@ -478,7 +478,6 @@ impl Database for Filesystem {
/// Note that this operation may take a long time, and is
/// generally only useful for testing.
fn check_consistency(&self) -> Result<()> {
use std::collections::HashMap;
use failure::format_err;
// A cache of all TPKs, for quick lookups.

View File

@ -1,6 +1,5 @@
#![feature(proc_macro_hygiene, plugin, decl_macro)]
#![recursion_limit = "1024"]
#![feature(try_from)]
use std::convert::TryFrom;
use std::path::PathBuf;