Skip to content

Commit 36ac33f

Browse files
committed
i sweat to god
1 parent 57dc07a commit 36ac33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/macros/mod.rs

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

0 commit comments

Comments
 (0)