Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Nov 13, 2023
1 parent 89c7d95 commit cd36dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/providers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// missing_debug_implementations,
// missing_docs,
unreachable_pub,
clippy::missing_const_for_fn,
// clippy::missing_const_for_fn,
rustdoc::all
)]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
missing_debug_implementations,
missing_docs,
unreachable_pub,
clippy::missing_const_for_fn,
// clippy::missing_const_for_fn,
rustdoc::all
)]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
Expand Down

0 comments on commit cd36dad

Please sign in to comment.