Remove clippy::default_hash_types internal lint

This commit is contained in:
flip1995
2019-04-15 13:04:32 +02:00
parent 0973f68fb8
commit 5361b842d1
6 changed files with 3 additions and 123 deletions

View File

@@ -1,5 +1,3 @@
#![allow(clippy::default_hash_types)]
use itertools::Itertools;
use lazy_static::lazy_static;
use regex::Regex;