1
Fork 0

rename assert_matches module

This commit is contained in:
Jane Lusby 2021-07-16 09:18:14 -07:00
parent 59d92bd017
commit 93b7aee2da
4 changed files with 6 additions and 6 deletions

View file

@ -184,7 +184,7 @@ mod macros;
#[cfg(not(test))]
#[unstable(feature = "assert_matches", issue = "82775")]
/// Unstable module containing the unstable `assert_matches` macro.
pub mod assert {
pub mod assert_matches {
#[unstable(feature = "assert_matches", issue = "82775")]
pub use crate::macros::{assert_matches, debug_assert_matches};
}