We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fabe5 commit 45449b4Copy full SHA for 45449b4
src/librustdoc/clean/mod.rs
@@ -51,7 +51,7 @@ use rustc_middle::ty::{self, AdtKind, GenericArgsRef, Ty, TyCtxt, TypeVisitableE
51
use rustc_middle::{bug, span_bug};
52
use rustc_span::ExpnKind;
53
use rustc_span::hygiene::{AstPass, MacroKind};
54
-use rustc_span::symbol::{Ident, Symbol, kw, sym};
+use rustc_span::symbol::{Ident, Symbol, kw};
55
use rustc_trait_selection::traits::wf::object_region_bounds;
56
use tracing::{debug, instrument};
57
use utils::*;
0 commit comments