diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2018-11-20 17:30:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-20 17:30:29 +0100 |
| commit | 8a0909df79d30c2d893dc6b6bfc2ec5667dc28cc (patch) | |
| tree | 7dba1e8a29748c189756e4d7f1f0ddf1755c6b11 /src | |
| parent | 15e661328198540e35670138f485bbc06a866464 (diff) | |
| download | rust-8a0909df79d30c2d893dc6b6bfc2ec5667dc28cc.tar.gz rust-8a0909df79d30c2d893dc6b6bfc2ec5667dc28cc.zip | |
Remove incorrect doc comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_codegen_ssa/mono_item.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/librustc_codegen_ssa/mono_item.rs b/src/librustc_codegen_ssa/mono_item.rs index 53acb3e376c..8fe89791969 100644 --- a/src/librustc_codegen_ssa/mono_item.rs +++ b/src/librustc_codegen_ssa/mono_item.rs @@ -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 base; use rustc::hir; use rustc::hir::def::Def; |
