Skip to content

Commit a915bbf

Browse files
Removed blank line that caused CI error
1 parent 77d0d15 commit a915bbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/str/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,6 @@ impl str {
23572357
#[allow(unused_attributes)]
23582358
#[allow_internal_unstable(const_fn_union)]
23592359
pub const fn as_bytes(&self) -> &[u8] {
2360-
23612360
// SAFETY: const sound because we transmute two types with the same layout
23622361
unsafe { StrOrSlice { str: self }.slice }
23632362
}

0 commit comments

Comments
 (0)