chore: enable workspace configuration of lints in Cargo.toml

and use workspace configuration in each package.
This allow to customize clippy and rust lint configuration for project.
No particular configuration in this commit.
This commit is contained in:
Gwen Lg
2026-01-25 23:42:18 +01:00
committed by Alex
parent 0043ad08fa
commit 6cde00073f
15 changed files with 45 additions and 0 deletions
+3
View File
@@ -179,3 +179,6 @@ lto = "thin"
codegen-units = 16
opt-level = 3
strip = "debuginfo"
[workspace.lints.clippy]
# custom configuration