Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577' into clippyup

This commit is contained in:
flip1995
2021-05-20 12:30:31 +02:00
parent 4f3b49fffa
commit 97705b7ea6
80 changed files with 2351 additions and 690 deletions

View File

@@ -1,5 +1,7 @@
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
#![feature(once_cell)]
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
// warn on lints, that are included in `rust-lang/rust`s bootstrap
#![warn(rust_2018_idioms, unused_lifetimes)]
use itertools::Itertools;
use regex::Regex;