We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5943351 commit 5b65c0fCopy full SHA for 5b65c0f
src/libcore/macros/mod.rs
@@ -1243,7 +1243,7 @@ pub(crate) mod builtin {
1243
/// be disabled. See [`debug_assert!`] for assertions that are not enabled in
1244
/// release builds by default.
1245
///
1246
- /// Unsafe code relies on `assert!` to enforce run-time invariants that, if
+ /// Unsafe code may rely on `assert!` to enforce run-time invariants that, if
1247
/// violated could lead to unsafety.
1248
1249
/// Other use-cases of `assert!` include testing and enforcing run-time
0 commit comments