handle the case where 0 or >1 allocs are enabled
In particular this fixes `cargo build --all-features`.
This commit is contained in:
@@ -49,7 +49,7 @@ use utils::{
|
||||
error::{Error, Result},
|
||||
};
|
||||
|
||||
mod alloc;
|
||||
pub(crate) mod alloc;
|
||||
mod api;
|
||||
mod config;
|
||||
mod database;
|
||||
|
||||
Reference in New Issue
Block a user