Ver código fonte

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.
Paul Otten 1 ano atrás
pai
commit
abe422d0f4
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      fuzz/Cargo.toml

+ 0 - 3
fuzz/Cargo.toml

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