Skip to content

Commit 6afecfd

Browse files
Rollup merge of #56106 - bjorn3:patch-1, r=alexcrichton
Remove some incorrect doc comments
2 parents 1bc9708 + 9ce7b11 commit 6afecfd

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/librustc_codegen_ssa/mono_item.rs

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! Walks the crate looking for items/impl-items/trait-items that have
12-
//! either a `rustc_symbol_name` or `rustc_item_path` attribute and
13-
//! generates an error giving, respectively, the symbol name or
14-
//! item-path. This is used for unit testing the code that generates
15-
//! paths etc in all kinds of annoying scenarios.
16-
1711
use base;
1812
use rustc::hir;
1913
use rustc::hir::def::Def;

src/librustc_mir/monomorphize/item.rs

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! Walks the crate looking for items/impl-items/trait-items that have
12-
//! either a `rustc_symbol_name` or `rustc_item_path` attribute and
13-
//! generates an error giving, respectively, the symbol name or
14-
//! item-path. This is used for unit testing the code that generates
15-
//! paths etc in all kinds of annoying scenarios.
16-
1711
use monomorphize::Instance;
1812
use rustc::hir;
1913
use rustc::hir::def_id::DefId;

0 commit comments

Comments
 (0)