Skip to content

Commit

Permalink
Remove allow for removed clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Jan 28, 2023
1 parent 55844f9 commit 0fdb6c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion k8s-openapi-codegen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![deny(clippy::all, clippy::pedantic)]
#![allow(
clippy::default_trait_access,
clippy::let_underscore_drop,
clippy::let_unit_value,
clippy::too_many_lines,
)]
Expand Down
1 change: 0 additions & 1 deletion k8s-openapi-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#![allow(
clippy::default_trait_access,
clippy::let_and_return,
clippy::let_underscore_drop,
clippy::let_unit_value,
clippy::too_many_lines,
)]
Expand Down

0 comments on commit 0fdb6c6

Please sign in to comment.