Only include parallel functions when enabled
This commit is contained in:
parent
f3ade9b9d8
commit
61c85e1c0f
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
pub use self::document::*;
|
||||
|
||||
#[cfg(feature = "parallel")]
|
||||
mod compute;
|
||||
|
||||
mod admit;
|
||||
mod allow;
|
||||
mod check;
|
||||
mod compute;
|
||||
mod create;
|
||||
mod delete;
|
||||
mod document;
|
||||
|
|
Loading…
Reference in a new issue