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.
1 parent 3129d37 commit 1080b57Copy full SHA for 1080b57
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