mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-20 00:00:10 +02:00
Track Rust nightlies
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ impl SmallByteStr {
|
||||
};
|
||||
|
||||
// Copy the memory
|
||||
bytes::copy_memory(&mut ret.bytes, bytes);
|
||||
bytes::copy_memory(bytes, &mut ret.bytes);
|
||||
|
||||
Some(ret)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user