build: configure clippy lints at the workspace level

This commit is contained in:
Amaan Qureshi 2024-10-06 13:42:14 -04:00
parent dbe8bbf480
commit 9c08edb066
11 changed files with 98 additions and 16 deletions

View file

@ -12,6 +12,9 @@ license.workspace = true
keywords.workspace = true
categories.workspace = true
[lints]
workspace = true
[features]
wasm = ["tree-sitter/wasm"]
# TODO: For backward compatibility these must be enabled by default,