Skip to content

Commit

Permalink
Allow type_complexity lint for bevy_landmass.
Browse files Browse the repository at this point in the history
Bevy naturally ends up having complex types, so just ignoring that warning here is standard.
  • Loading branch information
andriyDev committed Jun 28, 2024
1 parent a711296 commit 1f160ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bevy_landmass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ repository = "https://github.com/andriyDev/landmass"
categories = ["game-development"]
keywords = ["navigation", "pathfinding", "avoidance", "landmass", "bevy"]

[lints.clippy]
type_complexity = "allow"

[dependencies]
bevy = { version = "0.13.0", default-features = false, features = [
"bevy_asset",
Expand Down

0 comments on commit 1f160ec

Please sign in to comment.