Allow tabs-in-doc-comments
(No reason not to.)
This commit is contained in:
parent
1ba354a1a5
commit
13f6a4e4c7
3 changed files with 8 additions and 0 deletions
|
@ -6,3 +6,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
diesel = "2.2.4"
|
||||
diesel_migrations = "2.2.0"
|
||||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue