]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_parse/src/parser/path.rs
Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett
[rust.git] / compiler / rustc_parse / src / parser / path.rs
index fc7fb866f110f5dd91e85fa1f0a0d79ea8a47cef..fdc1af27f82e4206e3e7d95eec13f6ffb59a4a92 100644 (file)
@@ -13,7 +13,6 @@
 use rustc_span::symbol::{kw, sym, Ident};
 
 use std::mem;
-use tracing::debug;
 
 /// Specifies how to parse a path.
 #[derive(Copy, Clone, PartialEq)]