mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-22 11:05:22 +01:00
Put deny(missing_docs) at the top. I think it looks better there.
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![feature(custom_derive, plugin)]
|
||||
#![plugin(serde_macros)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
extern crate serde;
|
||||
extern crate bincode;
|
||||
|
||||
Reference in New Issue
Block a user