Remove cfg_match from the prelude

This commit is contained in:
Caio
2023-10-25 09:42:56 -03:00
parent c2ef35161f
commit 0b96e479ca
2 changed files with 91 additions and 89 deletions

View File

@@ -291,6 +291,9 @@ pub mod assert_matches {
pub use crate::macros::{assert_matches, debug_assert_matches};
}
#[unstable(feature = "cfg_match", issue = "115585")]
pub use crate::macros::cfg_match;
#[macro_use]
mod internal_macros;