Skip to content

Commit 9f4a836

Browse files
committed
Resolve conflicts
1 parent e3b032f commit 9f4a836

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

library/core/src/ffi/c_str.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ impl Default for &CStr {
192192
}
193193
}
194194

195-
<<<<<<< HEAD
196195
#[stable(feature = "frombyteswithnulerror_impls", since = "1.17.0")]
197196
impl fmt::Display for FromBytesWithNulError {
198197
#[allow(deprecated, deprecated_in_future)]
@@ -240,8 +239,6 @@ fn is_null_terminated(ptr: *const c_char) -> bool {
240239
found_null
241240
}
242241

243-
=======
244-
>>>>>>> subtree/library
245242
impl CStr {
246243
/// Wraps a raw C string with a safe C string wrapper.
247244
///

0 commit comments

Comments
 (0)