Remove erroneous comment.
The comment was originally in `src/librustc_mir/lib.rs`, but now that it's in `compiler/rustc_const_eval/src/lib.rs` it's no longer appropriate.
This commit is contained in:
parent
ce222328d7
commit
c1d5b6a480
1 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
||||||
/*!
|
|
||||||
|
|
||||||
Rust MIR: a lowered representation of Rust.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#![allow(internal_features)]
|
#![allow(internal_features)]
|
||||||
#![allow(rustc::diagnostic_outside_of_impl)]
|
#![allow(rustc::diagnostic_outside_of_impl)]
|
||||||
#![feature(rustdoc_internals)]
|
#![feature(rustdoc_internals)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue