mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-13 00:00:32 +02:00
Update for new blanket impl rules.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ pub fn test_rope_round_trip() {
|
||||
let mut dst = vec![];
|
||||
rope.buf().read(&mut dst).unwrap();
|
||||
|
||||
assert_eq!(b"zomg", dst);
|
||||
assert_eq!(b"zomg", &dst[..]);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user