mirror of https://github.com/fafhrd91/actix-web
Fixed a bad import
This commit is contained in:
parent
09b31d081c
commit
59ca7ab8b5
|
@ -2,9 +2,8 @@ use std::any::{Any, TypeId};
|
|||
use std::collections::HashMap;
|
||||
use std::hash::{BuildHasherDefault, Hasher};
|
||||
use std::fmt;
|
||||
use std::hash::BuildHasherDefault;
|
||||
|
||||
pub(crate) struct IdHasher {
|
||||
struct IdHasher {
|
||||
id: u64,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue