Change Hash{Map, Set} to FxHash{Map, Set}

This commit is contained in:
flip1995
2018-09-12 01:34:52 +02:00
parent cfa3c33b1d
commit e28440d2e0
15 changed files with 67 additions and 65 deletions

View File

@@ -1,3 +1,5 @@
#![feature(tool_lints)]
#![allow(clippy::default_hash_types)]
extern crate regex;
#[macro_use]
extern crate lazy_static;