fix(): Fix invalid lints entry (#135)
This commit is contained in:
parent
20b6fa6077
commit
e0e3a620f7
|
@ -29,9 +29,6 @@ redundant_else = "warn"
|
||||||
match_same_arms = "warn"
|
match_same_arms = "warn"
|
||||||
semicolon_if_nothing_returned = "warn"
|
semicolon_if_nothing_returned = "warn"
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
|
||||||
#### --------------------Dev/ debug-------------------------------
|
#### --------------------Dev/ debug-------------------------------
|
||||||
# Enable high optimizations for dependencies (incl. Bevy), but not for our code:
|
# Enable high optimizations for dependencies (incl. Bevy), but not for our code:
|
||||||
[profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
|
|
Loading…
Reference in New Issue