Forbid compiler warnings in the check tool

pull/1731/head^2
Tom Parker-Shemilt 2 weeks ago
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…
Cancel
Save