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 ced6109 + 1080b57 commit d392e88Copy full SHA for d392e88
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