Enforce #[expect(lint)]

This commit is contained in:
Ruihan Li
2025-01-25 00:56:07 +08:00
committed by Tate, Hongliang Tian
parent 0dca168717
commit 95bbc7f367
34 changed files with 103 additions and 17 deletions

View File

@ -10,3 +10,6 @@ proc-macro = true
proc-macro2 = "1.0.86"
quote = "1.0.37"
syn = { version = "2.0.77", features = ["full"] }
[lints]
workspace = true