Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Oct 9, 2024
1 parent 9d96660 commit 7de3ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry/storage/redis/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ impl Redis {
self.read_pool.clone()
}

#[allow(dependency_on_unit_never_type_fallback)] // can't figure out how to fix this right now
async fn set_internal(
&self,
key: &str,
Expand Down

0 comments on commit 7de3ee4

Please sign in to comment.