Skip to content

Commit 45449b4

Browse files
Wip
1 parent c6fabe5 commit 45449b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use rustc_middle::ty::{self, AdtKind, GenericArgsRef, Ty, TyCtxt, TypeVisitableE
5151
use rustc_middle::{bug, span_bug};
5252
use rustc_span::ExpnKind;
5353
use rustc_span::hygiene::{AstPass, MacroKind};
54-
use rustc_span::symbol::{Ident, Symbol, kw, sym};
54+
use rustc_span::symbol::{Ident, Symbol, kw};
5555
use rustc_trait_selection::traits::wf::object_region_bounds;
5656
use tracing::{debug, instrument};
5757
use utils::*;

0 commit comments

Comments
 (0)