dont use any for a single feature check
This commit is contained in:
parent
8d5305c769
commit
19d8f0b27e
|
@ -6,7 +6,7 @@ mod kvtree;
|
||||||
#[cfg(feature = "rocksdb")]
|
#[cfg(feature = "rocksdb")]
|
||||||
pub(crate) mod rocksdb;
|
pub(crate) mod rocksdb;
|
||||||
|
|
||||||
#[cfg(any(feature = "rocksdb"))]
|
#[cfg(feature = "rocksdb")]
|
||||||
pub(crate) mod watchers;
|
pub(crate) mod watchers;
|
||||||
|
|
||||||
extern crate conduit_core as conduit;
|
extern crate conduit_core as conduit;
|
||||||
|
|
Loading…
Reference in New Issue