Skip to content

Commit

Permalink
refactor(router): fixed compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sahkal committed Jan 11, 2024
1 parent 1d6f239 commit af433c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/redis_interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub use fred::interfaces::PubsubInterface;
use fred::{interfaces::ClientLike, prelude::EventInterface};
use router_env::logger;

pub use self::{commands::*, types::*};
pub use self::types::*;

pub struct RedisConnectionPool {
pub pool: fred::prelude::RedisPool,
Expand Down
5 changes: 1 addition & 4 deletions crates/router/src/macros.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
pub use common_utils::{
async_spawn, collect_missing_value_keys, fallback_reverse_lookup_not_found, newtype,
newtype_impl,
};
pub use common_utils::{collect_missing_value_keys, newtype};
2 changes: 1 addition & 1 deletion crates/router/src/types/storage/query.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub use diesel_models::query::*;

0 comments on commit af433c6

Please sign in to comment.