Remove out-of-date comment.

Exhaustiveness and usefulness checking are now in
`rustc_pattern_analysis`.
This commit is contained in:
Nicholas Nethercote 2024-06-04 15:18:35 +10:00
parent a6416d8907
commit 6b47c5e24d

View File

@ -1,6 +1,4 @@
//! Construction of MIR from HIR. //! Construction of MIR from HIR.
//!
//! This crate also contains the match exhaustiveness and usefulness checking.
#![allow(rustc::diagnostic_outside_of_impl)] #![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)] #![allow(rustc::untranslatable_diagnostic)]