We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c2bb99 + 1080b57 commit 9a7544aCopy full SHA for 9a7544a
library/core/src/ffi/c_str.rs
@@ -467,7 +467,7 @@ impl CStr {
467
/// // 💀 this violates `CStr::from_ptr`'s safety contract
468
/// // 💀 leading to a dereference of a dangling pointer,
469
/// // 💀 which is immediate undefined behavior.
470
- /// // 💀 *BOOM*, you're dead, you're entire program has no meaning.
+ /// // 💀 *BOOM*, you're dead, your entire program has no meaning.
471
/// dbg!(unsafe { CStr::from_ptr(ptr) });
472
/// ```
473
///
0 commit comments