diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-16 13:51:18 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-16 13:51:18 +0100 |
| commit | 2cb4fe711e697dfaea01ec707372478301deea02 (patch) | |
| tree | dbe9e1e249412b4f745d0786b50a34152c589ea9 | |
| parent | f74cf39a7434c73424b9e5fddaf78996bd2b06c1 (diff) | |
| download | rust-2cb4fe711e697dfaea01ec707372478301deea02.tar.gz rust-2cb4fe711e697dfaea01ec707372478301deea02.zip | |
Fix unused crate warning
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index fee2ea97a57..adaf5d858c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,6 @@ #![warn(unused_lifetimes)] #![warn(unreachable_pub)] -extern crate snap; #[macro_use] extern crate rustc_middle; extern crate rustc_ast; |
