From d0e8de68c4c59fd1e0fb4ba1e3ab4c7bbff842a0 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 16 Jul 2021 13:25:11 -0700 Subject: [PATCH] i sweat to god --- library/core/src/macros/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);