mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
dont use any for a single feature check
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ mod kvtree;
|
||||
#[cfg(feature = "rocksdb")]
|
||||
pub(crate) mod rocksdb;
|
||||
|
||||
#[cfg(any(feature = "rocksdb"))]
|
||||
#[cfg(feature = "rocksdb")]
|
||||
pub(crate) mod watchers;
|
||||
|
||||
extern crate conduit_core as conduit;
|
||||
|
||||
Reference in New Issue
Block a user