Minor whitespace cleanup

This commit is contained in:
Erick Tryzelaar
2015-03-28 15:40:56 -07:00
parent 0d725a63b0
commit 3167da72d8
-1
View File
@@ -18,7 +18,6 @@ impl<'a, T> From<T> for Bytes<'a> where T: Into<&'a [u8]> {
}
}
impl<'a> ops::Deref for Bytes<'a> {
type Target = [u8];