fix(): Fix invalid lints entry (#135)

This commit is contained in:
Jan Hohenheim 2024-02-19 20:46:27 +01:00 committed by GitHub
parent 20b6fa6077
commit e0e3a620f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ redundant_else = "warn"
match_same_arms = "warn"
semicolon_if_nothing_returned = "warn"
[lints]
workspace = true
#### --------------------Dev/ debug-------------------------------
# Enable high optimizations for dependencies (incl. Bevy), but not for our code:
[profile.dev.package."*"]