diff options
| author | Jane Lusby <jlusby@yaah.dev> | 2021-07-16 09:18:14 -0700 |
|---|---|---|
| committer | Jane Lusby <jlusby@yaah.dev> | 2021-07-16 09:18:14 -0700 |
| commit | 93b7aee2dad93b46ae81e1abb51edde7e6bb957c (patch) | |
| tree | 4f5291aa387fccf79a8f6bff369c803521c0b981 /library/core/src/lib.rs | |
| parent | 59d92bd0173fb0436b93aa56ff2cb288d4717701 (diff) | |
| download | rust-93b7aee2dad93b46ae81e1abb51edde7e6bb957c.tar.gz rust-93b7aee2dad93b46ae81e1abb51edde7e6bb957c.zip | |
rename assert_matches module
Diffstat (limited to 'library/core/src/lib.rs')
| -rw-r--r-- | library/core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 01d33409a42..8bbce7e552c 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -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}; } |
