Remove traits mod

This commit is contained in:
Carl Lerche
2016-08-05 21:42:07 -07:00
parent 3f68c4bd27
commit 6529f6392a
9 changed files with 10 additions and 21 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
use bytes::SeqByteStr;
use bytes::traits::*;
use bytes::{ByteStr, Buf, SeqByteStr};
use super::gen_bytes;
#[test]