mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-02-09 14:15:02 +02:00
Forbid compiler warnings in the check tool
This commit is contained in:
parent
32cee447f3
commit
8f8ca0afda
@ -1,3 +1,5 @@
|
||||
#![deny(warnings)]
|
||||
|
||||
use chrono::{DateTime, Duration, Local};
|
||||
use diffy::create_patch;
|
||||
use failure::{format_err, Error, Fail};
|
||||
|
Loading…
x
Reference in New Issue
Block a user