Skip to content

Commit

Permalink
Merge pull request #161 from rust-secure-code/noisy-lint
Browse files Browse the repository at this point in the history
Silence noisy lint
  • Loading branch information
Shnatsel committed Aug 6, 2024
2 parents 4136f3b + 384a7e8 commit 1304b57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions auditable-extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ wasmparser = { version = "0.207.0", default-features = false, optional = true }
[features]
default = ["wasm"]
wasm = ["wasmparser"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }

2 changes: 1 addition & 1 deletion rust-audit-info/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1304b57

Please sign in to comment.