Skip to content

Commit 8fde11b

Browse files
yaahcMark-Simulacrum
authored andcommitted
i sweat to god
1 parent 5142fa3 commit 8fde11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/macros/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ macro_rules! debug_assert_ne {
285285
/// ```
286286
/// #![feature(assert_matches)]
287287
///
288-
/// use std::assert::debug_assert_matches;
288+
/// use std::assert_matches::debug_assert_matches;
289289
///
290290
/// let a = 1u32.checked_add(2);
291291
/// let b = 1u32.checked_sub(2);

0 commit comments

Comments
 (0)