mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 17:10:57 +00:00
handle the case where 0 or >1 allocs are enabled
In particular this fixes `cargo build --all-features`.
This commit is contained in:
parent
e0c0d51a05
commit
3b05417246
5 changed files with 29 additions and 24 deletions
|
@ -49,7 +49,7 @@ use utils::{
|
|||
error::{Error, Result},
|
||||
};
|
||||
|
||||
mod alloc;
|
||||
pub(crate) mod alloc;
|
||||
mod api;
|
||||
mod config;
|
||||
mod database;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue