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 -1
View File
@@ -68,7 +68,7 @@
//! perform a syscall, which has the potential of failing. Operations on `Buf`
//! and `BufMut` are infallible.
#![deny(warnings, missing_docs)]
#![deny(warnings, missing_docs, missing_debug_implementations)]
#![doc(html_root_url = "https://docs.rs/bytes/0.4")]
extern crate byteorder;