Skip to content

Commit 76605df

Browse files
committed
remove from impl block in std
1 parent 26bd904 commit 76605df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

library/alloc/src/ffi/c_str.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,6 @@ impl CString {
694694
// memory-unsafe code from working by accident. Inline
695695
// to prevent LLVM from optimizing it away in debug builds.
696696
#[stable(feature = "cstring_drop", since = "1.13.0")]
697-
#[rustc_insignificant_dtor]
698697
impl Drop for CString {
699698
#[inline]
700699
fn drop(&mut self) {

0 commit comments

Comments
 (0)