1
Fork 0

libextra: Require documentation by default

This commit is contained in:
Alex Crichton 2013-05-28 22:11:41 -05:00
parent 007651cd26
commit 395685079a
41 changed files with 113 additions and 7 deletions

View file

@ -14,6 +14,7 @@
Core encoding and decoding interfaces.
*/
#[allow(missing_doc)];
#[forbid(non_camel_case_types)];
use core::prelude::*;