Skip to content

Commit

Permalink
add lints
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed May 2, 2024
1 parent 656f124 commit ec59295
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
//TODO move lints to workspace Cargo.toml
#![allow(
clippy::too_many_arguments, // allowed because systems often need a lot of argumentss
clippy::enum_variant_names,
clippy::type_complexity
)]
#![forbid(
static_mut_refs,
unsafe_op_in_unsafe_fn,
rust_2024_compatibility,
)]

use shipyard::{
World, Workload, IntoWorkload,
Expand Down

0 comments on commit ec59295

Please sign in to comment.