Unnamed repository; edit this file 'description' to name the repository.
Fix syntax/fuzz build error
| -rw-r--r-- | crates/syntax/fuzz/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/syntax/fuzz/Cargo.toml b/crates/syntax/fuzz/Cargo.toml index b2f238efc0..41db3ddcc5 100644 --- a/crates/syntax/fuzz/Cargo.toml +++ b/crates/syntax/fuzz/Cargo.toml @@ -23,6 +23,3 @@ path = "fuzz_targets/parser.rs" [[bin]] name = "reparse" path = "fuzz_targets/reparse.rs" - -[lints] -workspace = true |