Skip to content

Commit

Permalink
Ignore warnings for None variant
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyMatt committed Jun 5, 2024
1 parent a60b6c2 commit 8e8a903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ use crate::{connection::blocking::FalkorSyncConnection, FalkorDBError, FalkorRes
pub(crate) mod blocking;
pub(crate) mod builder;

#[allow(clippy::large_enum_variant)]
pub(crate) enum FalkorClientProvider {
#[allow(unused)]
None,
#[cfg(feature = "redis")]
Redis {
Expand Down

0 comments on commit 8e8a903

Please sign in to comment.