Skip to content

Commit

Permalink
i sweat to god
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Jul 16, 2021
1 parent 085d52c commit d0e8de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/macros/mod.rs
Expand Up @@ -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);
Expand Down

0 comments on commit d0e8de6

Please sign in to comment.