Skip to content

Commit d66e974

Browse files
committed
remove stray comments
1 parent bd5873a commit d66e974

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#![recursion_limit = "256"]
55
#![allow(clippy::match_like_matches_macro)]
66

7-
// #[macro_use]
8-
// extern crate tracing;
9-
107
// N.B. these crates are loaded from the sysroot, so they need extern crate.
118
extern crate rustc_ast;
129
extern crate rustc_ast_pretty;

0 commit comments

Comments
 (0)