Reorganize crate

This commit is contained in:
Carl Lerche
2016-09-23 12:05:32 -07:00
parent d05bfb6346
commit 98e0d954b5
19 changed files with 54 additions and 65 deletions
+1 -1
View File
@@ -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);