about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJane Lusby <jlusby@yaah.dev>2021-07-16 13:25:11 -0700
committerJane Lusby <jlusby@yaah.dev>2021-07-16 13:25:11 -0700
commitd0e8de68c4c59fd1e0fb4ba1e3ab4c7bbff842a0 (patch)
treec88e96e1a299d390105782fc75b7e975dee86895
parent085d52c5882dba0097b8367f02d303fffd5b95ae (diff)
downloadrust-d0e8de68c4c59fd1e0fb4ba1e3ab4c7bbff842a0.tar.gz
rust-d0e8de68c4c59fd1e0fb4ba1e3ab4c7bbff842a0.zip
i sweat to god
-rw-r--r--library/core/src/macros/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/macros/mod.rs b/library/core/src/macros/mod.rs
index 60eca35068e..57eedde9164 100644
--- a/library/core/src/macros/mod.rs
+++ b/library/core/src/macros/mod.rs
@@ -286,7 +286,7 @@ macro_rules! debug_assert_ne {
 /// ```
 /// #![feature(assert_matches)]
 ///
-/// use std::assert::debug_assert_matches;
+/// use std::assert_matches::debug_assert_matches;
 ///
 /// let a = 1u32.checked_add(2);
 /// let b = 1u32.checked_sub(2);