mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-15 00:00:18 +02:00
Reorganize crate
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ fn test_read_u16_buffer_underflow() {
|
||||
|
||||
#[test]
|
||||
fn test_vec_sink_capacity() {
|
||||
use bytes::Sink;
|
||||
use bytes::buf::Sink;
|
||||
|
||||
let mut sink: Vec<u8> = Vec::new();
|
||||
sink.reserve(16);
|
||||
|
||||
Reference in New Issue
Block a user