*
: Allow clippy lint let-and-return
This commit is contained in:
parent
5fdbf4a827
commit
f756e10557
6 changed files with 6 additions and 0 deletions
|
@ -25,3 +25,4 @@ mediatype = { version = "0.19.18", features = ["serde"] }
|
|||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
let-and-return = "allow"
|
||||
|
|
|
@ -36,3 +36,4 @@ required-features = ["bin"]
|
|||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
let-and-return = "allow"
|
||||
|
|
|
@ -25,3 +25,4 @@ tokio-test = "0.4.4"
|
|||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
let-and-return = "allow"
|
||||
|
|
|
@ -25,3 +25,4 @@ tokio-test = "0.4.4"
|
|||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
let-and-return = "allow"
|
||||
|
|
|
@ -28,3 +28,4 @@ mediatype = { version = "0.19.18", features = ["serde"] }
|
|||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
type-complexity = "allow"
|
||||
let-and-return = "allow"
|
||||
|
|
|
@ -20,3 +20,4 @@ tokio = { version = "1.41.1", features = ["net"] }
|
|||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
let-and-return = "allow"
|
||||
|
|
Loading…
Reference in a new issue