Skip to content

Commit 6bc5370

Browse files
committed
Address review comments
1 parent be6990f commit 6bc5370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/src/ffi/c_str.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ use crate::sys;
109109
/// documentation of `CString` before use, as improper ownership management
110110
/// of `CString` instances can lead to invalid memory accesses, memory leaks,
111111
/// and other memory errors.
112-
113112
#[derive(PartialEq, PartialOrd, Eq, Ord, Hash, Clone)]
114113
#[cfg_attr(not(test), rustc_diagnostic_item = "cstring_type")]
115114
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)