Removed blank line that caused CI error
This commit is contained in:
parent
77d0d152cc
commit
a915bbf780
1 changed files with 0 additions and 1 deletions
|
@ -2357,7 +2357,6 @@ impl str {
|
|||
#[allow(unused_attributes)]
|
||||
#[allow_internal_unstable(const_fn_union)]
|
||||
pub const fn as_bytes(&self) -> &[u8] {
|
||||
|
||||
// SAFETY: const sound because we transmute two types with the same layout
|
||||
unsafe { StrOrSlice { str: self }.slice }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue