mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-29 01:27:56 +00:00
Minor whitespace cleanup
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user