Fix unused crate warning

This commit is contained in:
bjorn3 2021-12-16 13:51:18 +01:00
parent f74cf39a74
commit 2cb4fe711e

View File

@ -4,7 +4,6 @@
#![warn(unused_lifetimes)]
#![warn(unreachable_pub)]
extern crate snap;
#[macro_use]
extern crate rustc_middle;
extern crate rustc_ast;