Skip to content

Commit

Permalink
Remove out-of-date comment.
Browse files Browse the repository at this point in the history
Exhaustiveness and usefulness checking are now in
`rustc_pattern_analysis`.
  • Loading branch information
nnethercote committed Jun 4, 2024
1 parent a6416d8 commit 6b47c5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_mir_build/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! Construction of MIR from HIR.
//!
//! This crate also contains the match exhaustiveness and usefulness checking.

#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
Expand Down

0 comments on commit 6b47c5e

Please sign in to comment.