mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
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:
@@ -179,3 +179,6 @@ lto = "thin"
|
||||
codegen-units = 16
|
||||
opt-level = 3
|
||||
strip = "debuginfo"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
# custom configuration
|
||||
|
||||
Reference in New Issue
Block a user