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:
Nicholas Nethercote 2024-05-01 08:42:51 +10:00
parent ce222328d7
commit c1d5b6a480
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
/*!
Rust MIR: a lowered representation of Rust.
*/
#![allow(internal_features)]
#![allow(rustc::diagnostic_outside_of_impl)]
#![feature(rustdoc_internals)]