fuzz/Cargo.toml: don't try to inherit lints

On line 25 we isolate the fuzzer to it's own minimal workspace.
Therefor there are no workplace lints to inherit and we get an error.
This commit is contained in:
Paul Otten
2025-04-14 19:19:25 -04:00
parent be2ced6543
commit abe422d0f4

View File

@@ -7,9 +7,6 @@ edition = "2021"
[package.metadata]
cargo-fuzz = true
[lints]
workspace = true
[dependencies]
libfuzzer-sys = "0.4.9"