Put deny(missing_docs) at the top. I think it looks better there.

This commit is contained in:
Tim Kuehn
2016-01-17 16:38:11 -08:00
parent b93752aeaa
commit 26ddd3e610

View File

@@ -41,9 +41,9 @@
//! }
//! ```
#![deny(missing_docs)]
#![feature(custom_derive, plugin)]
#![plugin(serde_macros)]
#![deny(missing_docs)]
extern crate serde;
extern crate bincode;