rename assert_matches module
This commit is contained in:
parent
59d92bd017
commit
93b7aee2da
4 changed files with 6 additions and 6 deletions
|
@ -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};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue