Skip to content

Commit 1aa48a0

Browse files
committed
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.
1 parent a68086a commit 1aa48a0

File tree

1 file changed

+0
-6
lines changed
  • compiler/rustc_const_eval/src

1 file changed

+0
-6
lines changed

compiler/rustc_const_eval/src/lib.rs

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/*!
2-
3-
Rust MIR: a lowered representation of Rust.
4-
5-
*/
6-
71
#![allow(internal_features)]
82
#![allow(rustc::diagnostic_outside_of_impl)]
93
#![feature(rustdoc_internals)]

0 commit comments

Comments
 (0)