mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-21 19:33:10 +00:00
Forbid compiler warnings in the check tool
This commit is contained in:
parent
32cee447f3
commit
8f8ca0afda
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![deny(warnings)]
|
||||
|
||||
use chrono::{DateTime, Duration, Local};
|
||||
use diffy::create_patch;
|
||||
use failure::{format_err, Error, Fail};
|
||||
|
|
Loading…
Reference in a new issue