Преглед на файлове

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 година
родител
ревизия
abe422d0f4
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      fuzz/Cargo.toml

+ 0 - 3
fuzz/Cargo.toml

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