mirror of https://github.com/rust-lang/rust.git
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,9 +1,3 @@
|
|||
/*!
|
||||
|
||||
Rust MIR: a lowered representation of Rust.
|
||||
|
||||
*/
|
||||
|
||||
#![allow(internal_features)]
|
||||
#![allow(rustc::diagnostic_outside_of_impl)]
|
||||
#![feature(rustdoc_internals)]
|
||||
|
|
Loading…
Reference in New Issue