diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2025-04-18 11:20:14 -0400 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2025-04-18 11:25:36 -0400 |
| commit | 87072c1d2ec0b5efbcc23eea838357fc629bcf99 (patch) | |
| tree | 90ac4972cc91b559a8bd1384094c311d3f850ed8 | |
| parent | 9058bab9a9e88b90596019f686cce1f21ac19ef8 (diff) | |
| download | rust-87072c1d2ec0b5efbcc23eea838357fc629bcf99.tar.gz rust-87072c1d2ec0b5efbcc23eea838357fc629bcf99.zip | |
Remove errant doc comment lines
| -rw-r--r-- | library/core/src/bstr/mod.rs | 1 | ||||
| -rw-r--r-- | library/core/src/ffi/c_str.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/library/core/src/bstr/mod.rs b/library/core/src/bstr/mod.rs index c8d0c701ba8..07d4fd911d3 100644 --- a/library/core/src/bstr/mod.rs +++ b/library/core/src/bstr/mod.rs @@ -37,7 +37,6 @@ use crate::ops::{Deref, DerefMut, DerefPure}; /// /// The `Display` implementation behaves as if the `ByteStr` were first lossily converted to a /// `str`, with invalid UTF-8 presented as the Unicode replacement character: � -/// #[unstable(feature = "bstr", issue = "134915")] #[repr(transparent)] #[doc(alias = "BStr")] diff --git a/library/core/src/ffi/c_str.rs b/library/core/src/ffi/c_str.rs index 080c0cef533..85e87445a1b 100644 --- a/library/core/src/ffi/c_str.rs +++ b/library/core/src/ffi/c_str.rs @@ -150,7 +150,6 @@ impl Error for FromBytesWithNulError { /// within the slice. /// /// This error is created by the [`CStr::from_bytes_until_nul`] method. -/// #[derive(Clone, PartialEq, Eq, Debug)] #[stable(feature = "cstr_from_bytes_until_nul", since = "1.69.0")] pub struct FromBytesUntilNulError(()); |
