chore: use workspace-wide lints (#3352)

* chore: use workspace-wide lints

* respond to review
This commit is contained in:
SteveLauC
2024-02-22 09:01:10 +08:00
committed by GitHub
parent 860b1e9d9e
commit e9a2b0a9ee
60 changed files with 178 additions and 11 deletions

View File

@@ -8,6 +8,9 @@ license.workspace = true
tokio-console = ["console-subscriber", "tokio/tracing"]
deadlock_detection = ["parking_lot/deadlock_detection"]
[lints]
workspace = true
[dependencies]
atty = "0.2"
backtrace = "0.3"