Skip to content

Commit

Permalink
Fix nightly build by removing Clippy references from *.rs file (#74)
Browse files Browse the repository at this point in the history
Fix nightly build by removing Clippy references from `*.rs` file [1].

[1] https://github.com/brandur/redis-cell/actions/runs/9334075649/job/25691817287
  • Loading branch information
brandur authored Jun 2, 2024
1 parent db0fbde commit 22aed16
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/redis/mod.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
// `raw` should not be public in the long run. Build an abstraction interface
// instead.
//
// We have to disable a couple Clippy checks here because we'll otherwise have
// warnings thrown from within macros provided by the `bigflags` package.
#[cfg_attr(
feature = "clippy",
allow(clippy::redundant_field_names, clippy::suspicious_arithmetic_impl)
)]
pub mod raw;

use error::CellError;
Expand Down

0 comments on commit 22aed16

Please sign in to comment.