Skip to content

Commit 0cb2d63

Browse files
committed
Allow uninlined_format_args (#502)
1 parent 3d501e0 commit 0cb2d63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ resource-assembler = []
104104

105105
[lints.clippy]
106106
len_zero = "allow"
107+
# TODO: https://github.com/brave/adblock-rust/issues/501
108+
uninlined_format_args = "allow"
107109

108110
[workspace]
109111
members = ["js", "fuzz"]

0 commit comments

Comments
 (0)