drop unused extern crate

This commit is contained in:
Aleksey Kladov 2019-02-18 14:39:18 +03:00
parent c5a65466e2
commit 9da3705191
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1123,7 +1123,6 @@ name = "ra_vfs"
version = "0.1.0"
dependencies = [
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"notify 4.0.9 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -11,7 +11,6 @@ rustc-hash = "1.0"
crossbeam-channel = "0.3.5"
log = "0.4.6"
notify = "4.0.9"
drop_bomb = "0.1.0"
parking_lot = "0.7.0"
thread_worker = { path = "../thread_worker" }