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 e3b032f commit 9f4a836Copy full SHA for 9f4a836
1 file changed
library/core/src/ffi/c_str.rs
@@ -192,7 +192,6 @@ impl Default for &CStr {
192
}
193
194
195
-<<<<<<< HEAD
196
#[stable(feature = "frombyteswithnulerror_impls", since = "1.17.0")]
197
impl fmt::Display for FromBytesWithNulError {
198
#[allow(deprecated, deprecated_in_future)]
@@ -240,8 +239,6 @@ fn is_null_terminated(ptr: *const c_char) -> bool {
240
239
found_null
241
242
243
-=======
244
->>>>>>> subtree/library
245
impl CStr {
246
/// Wraps a raw C string with a safe C string wrapper.
247
///
0 commit comments