Skip to content

Commit

Permalink
dont use any for a single feature check
Browse files Browse the repository at this point in the history
  • Loading branch information
perobertson committed Jun 30, 2024
1 parent 8d5305c commit 19d8f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 19d8f0b

Please sign in to comment.