about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorJane Lusby <jlusby@yaah.dev>2021-07-16 09:18:14 -0700
committerJane Lusby <jlusby@yaah.dev>2021-07-16 09:18:14 -0700
commit93b7aee2dad93b46ae81e1abb51edde7e6bb957c (patch)
tree4f5291aa387fccf79a8f6bff369c803521c0b981 /library/std/src/lib.rs
parent59d92bd0173fb0436b93aa56ff2cb288d4717701 (diff)
downloadrust-93b7aee2dad93b46ae81e1abb51edde7e6bb957c.tar.gz
rust-93b7aee2dad93b46ae81e1abb51edde7e6bb957c.zip
rename assert_matches module
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 472bca3460f..a157a222c43 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -556,9 +556,9 @@ pub use core::{
 #[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
 #[allow(deprecated)]
 pub use core::{
-    asm, assert, cfg, column, compile_error, concat, concat_idents, env, file, format_args,
-    format_args_nl, global_asm, include, include_bytes, include_str, line, llvm_asm, log_syntax,
-    module_path, option_env, stringify, trace_macros,
+    asm, assert, assert_matches, cfg, column, compile_error, concat, concat_idents, env, file,
+    format_args, format_args_nl, global_asm, include, include_bytes, include_str, line, llvm_asm,
+    log_syntax, module_path, option_env, stringify, trace_macros,
 };
 
 #[stable(feature = "core_primitive", since = "1.43.0")]