We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdd2db commit 4595fa8Copy full SHA for 4595fa8
src/libcore/macros/mod.rs
@@ -151,7 +151,7 @@ macro_rules! assert_ne {
151
/// An unchecked assertion allows a program in an inconsistent state to keep
152
/// running, which might have unexpected consequences but does not introduce
153
/// unsafety as long as this only happens in safe code. The performance cost
154
-/// of assertions, is however, not measurable in general. Replacing [`assert!`]
+/// of assertions, however, is not measurable in general. Replacing [`assert!`]
155
/// with `debug_assert!` is thus only encouraged after thorough profiling, and
156
/// more importantly, only in safe code!
157
///
0 commit comments