Skip to content

Commit d0e8de6

Browse files
committed
i sweat to god
1 parent 085d52c commit d0e8de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/macros/mod.rs

+1-1
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)