diff options
| author | Yacin Tmimi <yacintmimi@gmail.com> | 2024-09-11 23:21:24 -0400 |
|---|---|---|
| committer | Yacin Tmimi <yacintmimi@gmail.com> | 2024-09-11 23:21:24 -0400 |
| commit | d66e974c70ea180e7d7de5ba1c6378e34cd02a7d (patch) | |
| tree | c998df3aa5d4cd0d571414491cd705e560de50ae | |
| parent | bd5873ae1206127011d7d4918d51ffeab5ce4ac0 (diff) | |
| download | rust-d66e974c70ea180e7d7de5ba1c6378e34cd02a7d.tar.gz rust-d66e974c70ea180e7d7de5ba1c6378e34cd02a7d.zip | |
remove stray comments
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs index 064b82ff746..898689933e6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,9 +4,6 @@ #![recursion_limit = "256"] #![allow(clippy::match_like_matches_macro)] -// #[macro_use] -// extern crate tracing; - // N.B. these crates are loaded from the sysroot, so they need extern crate. extern crate rustc_ast; extern crate rustc_ast_pretty; |
