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 6891a03 commit 84128a3Copy full SHA for 84128a3
library/alloc/src/bstr.rs
@@ -673,7 +673,6 @@ impl From<Arc<[u8]>> for Arc<ByteStr> {
673
#[cfg(all(not(no_rc), not(no_sync), target_has_atomic = "ptr"))]
674
impl From<Arc<ByteStr>> for Arc<[u8]> {
675
/// Create a `Arc<[u8]>` from the inner bytes of `Arc<ByteStr>`.
676
-
677
#[inline]
678
fn from(s: Arc<ByteStr>) -> Arc<[u8]> {
679
// SAFETY: `ByteStr` is a transparent wrapper around `[u8]`.
0 commit comments