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:
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user