Skip to content

Commit 20292f8

Browse files
committed
Disable suboptimal_pattern in rustsec_util
1 parent da7531d commit 20292f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustsec_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ libraries = [
4646
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/general" },
4747
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/supplementary" },
4848
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/inconsistent_qualification" },
49-
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/suboptimal_pattern" },
49+
# { git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/suboptimal_pattern" },
5050
{ git = "https://github.com/trailofbits/dylint", pattern = "examples/restriction/try_io_result" },
5151
]

0 commit comments

Comments
 (0)