Fix clippy
This commit is contained in:
@ -48,6 +48,9 @@ web-sys = "0.3.77"
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.43.1", features = ["yaml"] }
|
||||
|
||||
[lints.clippy]
|
||||
unnecessary_lazy_evaluations = "allow"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 2 # fast and small wasm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user