mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-13 00:00:32 +02:00
Support older Rust versions
This commit is contained in:
@@ -54,5 +54,5 @@ fn test_clone() {
|
||||
let buf2 = buf.clone();
|
||||
|
||||
buf.write_str(" of our emergecy broadcast system").unwrap();
|
||||
assert_ne!(buf.bytes(), buf2.bytes());
|
||||
assert!(buf.bytes() != buf2.bytes());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user