We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5873a commit d66e974Copy full SHA for d66e974
src/lib.rs
@@ -4,9 +4,6 @@
4
#![recursion_limit = "256"]
5
#![allow(clippy::match_like_matches_macro)]
6
7
-// #[macro_use]
8
-// extern crate tracing;
9
-
10
// N.B. these crates are loaded from the sysroot, so they need extern crate.
11
extern crate rustc_ast;
12
extern crate rustc_ast_pretty;
0 commit comments