Skip to content

Commit

Permalink
rustdoc: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 11, 2020
1 parent 303d8af commit 3244c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/clean/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use rustc_hir::Mutability;
use rustc_metadata::creader::LoadedMacro;
use rustc_mir::const_eval::is_min_const_fn;
use rustc_span::hygiene::MacroKind;
use rustc_span::symbol::sym;
use rustc_span::Span;

use crate::clean::{self, GetDefId, ToSource, TypeKind};
Expand Down

0 comments on commit 3244c84

Please sign in to comment.