Add warning for missing API docs

This commit is contained in:
Pascal Hertleif 2018-06-02 15:50:45 +02:00
parent 8d73c30dae
commit 47b7be4fd3
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@
feature = "cargo-clippy",
allow(decimal_literal_representation, suspicious_arithmetic_impl)
)]
#![warn(missing_docs)]
#[macro_use]
extern crate log;