Forbid compiler warnings in the check tool

This commit is contained in:
Tom Parker-Shemilt 2024-05-17 21:18:15 +01:00
parent 32cee447f3
commit 8f8ca0afda

View file

@ -1,3 +1,5 @@
#![deny(warnings)]
use chrono::{DateTime, Duration, Local};
use diffy::create_patch;
use failure::{format_err, Error, Fail};