Skip to content

Commit 84128a3

Browse files
authored
Fix formating
1 parent 6891a03 commit 84128a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/alloc/src/bstr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,6 @@ impl From<Arc<[u8]>> for Arc<ByteStr> {
673673
#[cfg(all(not(no_rc), not(no_sync), target_has_atomic = "ptr"))]
674674
impl From<Arc<ByteStr>> for Arc<[u8]> {
675675
/// Create a `Arc<[u8]>` from the inner bytes of `Arc<ByteStr>`.
676-
677676
#[inline]
678677
fn from(s: Arc<ByteStr>) -> Arc<[u8]> {
679678
// SAFETY: `ByteStr` is a transparent wrapper around `[u8]`.

0 commit comments

Comments
 (0)