rollup merge of #20179: eddyb/blind-items
Conflicts: src/librustc/diagnostics.rs src/librustdoc/clean/mod.rs src/librustdoc/html/format.rs src/libsyntax/parse/parser.rs
This commit is contained in:
@@ -617,7 +617,7 @@ impl fmt::Display for UnsafetySpace {
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Display for clean::ViewPath {
|
||||
impl fmt::Display for clean::Import {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
match *self {
|
||||
clean::SimpleImport(ref name, ref src) => {
|
||||
|
||||
Reference in New Issue
Block a user