1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-20 12:45:41 +02:00

Switch from fnv to a identity hasher in extensions (#342)

This commit is contained in:
Armin Ronacher
2018-06-22 11:32:32 +02:00
committed by GitHub
parent dda6ee95df
commit 7bc7b4839b
3 changed files with 27 additions and 5 deletions

View File

@@ -97,7 +97,6 @@ extern crate time;
extern crate bitflags;
#[macro_use]
extern crate failure;
extern crate fnv;
#[macro_use]
extern crate lazy_static;
#[macro_use]