Adapt codebase to the tool_lints

This commit is contained in:
flip1995
2018-08-01 22:48:41 +02:00
committed by Manish Goregaokar
parent cfd4c538d4
commit f3bb161f0e
25 changed files with 39 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
//! Read configurations files.
#![deny(missing_docs_in_private_items)]
#![deny(clippy::missing_docs_in_private_items)]
use lazy_static::lazy_static;
use std::{env, fmt, fs, io, path};