Skip to content

Commit

Permalink
Remove incorrect doc comment in rustc_mir::monomorphize::item
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Nov 20, 2018
1 parent 8a0909d commit 9ce7b11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/librustc_mir/monomorphize/item.rs
Expand Up @@ -8,12 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! Walks the crate looking for items/impl-items/trait-items that have
//! either a `rustc_symbol_name` or `rustc_item_path` attribute and
//! generates an error giving, respectively, the symbol name or
//! item-path. This is used for unit testing the code that generates
//! paths etc in all kinds of annoying scenarios.

use monomorphize::Instance;
use rustc::hir;
use rustc::hir::def_id::DefId;
Expand Down

0 comments on commit 9ce7b11

Please sign in to comment.