mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-04 13:25:33 +00:00
Add GitHub CI and fix clippy warnings
This commit is contained in:
parent
812d6c8602
commit
5fadffef4d
5 changed files with 106 additions and 1 deletions
|
@ -14,3 +14,7 @@ rusqlite = "0.32"
|
|||
tokio = { version = "1", features = ["rt", "macros"] }
|
||||
|
||||
blah = { path = "..", features = ["rusqlite"] }
|
||||
|
||||
[lints.clippy]
|
||||
dbg_macro = "warn"
|
||||
todo = "warn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue