Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f2f612

Browse files
authoredMar 11, 2020
Rollup merge of #69921 - matthiaskrgr:rustdoc_import, r=Centril
rustdoc: remove unused import ``` Checking rustdoc v0.0.0 (/home/matthias/vcs/github/rust/src/librustdoc) warning: unused import: `rustc_span::symbol::sym` --> src/librustdoc/clean/inline.rs:15:5 | 15 | use rustc_span::symbol::sym; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default ```
2 parents 9e299ee + 3244c84 commit 0f2f612

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/librustdoc/clean/inline.rs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use rustc_hir::Mutability;
1212
use rustc_metadata::creader::LoadedMacro;
1313
use rustc_mir::const_eval::is_min_const_fn;
1414
use rustc_span::hygiene::MacroKind;
15-
use rustc_span::symbol::sym;
1615
use rustc_span::Span;
1716

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

0 commit comments

Comments
 (0)
Please sign in to comment.