Add warning for missing documentation

This commit is contained in:
Ana Gelez
2020-01-21 17:41:32 +01:00
parent 5f8d6b8e0e
commit 55ccd1b4e4
5 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#![recursion_limit = "128"]
#![feature(decl_macro, proc_macro_hygiene, try_trait)]
#![warn(missing_docs)]
#[macro_use]
extern crate gettext_macros;