1
Fork 0

Allow tabs-in-doc-comments

(No reason not to.)
This commit is contained in:
Steffo 2024-11-11 06:06:41 +01:00
parent 1ba354a1a5
commit 13f6a4e4c7
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
3 changed files with 8 additions and 0 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
[dependencies]
diesel = "2.2.4"
diesel_migrations = "2.2.0"
[lints.clippy]
tabs-in-doc-comments = "allow"

View file

@ -13,3 +13,5 @@ serde_json = "1.0.132"
[dev-dependencies]
pretty_env_logger = "0.5.0"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
[lints.clippy]
tabs-in-doc-comments = "allow"

View file

@ -13,3 +13,6 @@ serde_json = "1.0.132"
[dev-dependencies]
pretty_env_logger = "0.5.0"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
[lints.clippy]
tabs-in-doc-comments = "allow"