We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8178808 + 5b65c0f commit 745ca2aCopy full SHA for 745ca2a
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