dev(clippy): allow uninlined_format_args
This commit is contained in:
parent
9e0f038847
commit
3d93beb5bd
3 changed files with 6 additions and 1 deletions
|
|
@ -8,3 +8,6 @@ proc-macro2 = "1.0.92"
|
|||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[lints.clippy]
|
||||
uninlined_format_args = "allow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue