Provide Debug impls for all types

This commit is contained in:
Carl Lerche
2017-03-07 10:20:58 -08:00
parent 933b8b26f6
commit d70f575afd
6 changed files with 6 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ use std::{cmp, io};
/// This struct is generally created by calling `reader()` on `Buf`. See
/// documentation of [`reader()`](trait.Buf.html#method.reader) for more
/// details.
#[derive(Debug)]
pub struct Reader<B> {
buf: B,
}