Fix the dashmap + user_management_routes build
This commit is contained in:
parent
3e2865de12
commit
de060363f1
|
@ -180,7 +180,7 @@ const NSI: &str = include_str!("pages/nopass/nsi.gmi");
|
||||||
// TODO periodically clean these
|
// TODO periodically clean these
|
||||||
#[cfg(feature = "dashmap")]
|
#[cfg(feature = "dashmap")]
|
||||||
lazy_static::lazy_static! {
|
lazy_static::lazy_static! {
|
||||||
static ref PENDING_REDIRECTS: DashMap<u32, String> = Default::default();
|
static ref PENDING_REDIRECTS: DashMap<[u8; 32], String> = Default::default();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(feature = "dashmap"))]
|
#[cfg(not(feature = "dashmap"))]
|
||||||
|
|
Loading…
Reference in a new issue