Move clippy lints table above dependencies
Dependencies
- [2]
TIPBMFLWMigrate to edition 2024 - [3]
KZLFC7OWRename `fluent_embed_runtime` to `fluent_embed` - [4]
UN2XEIEUMigrate from `locale_select` to `env_preferences` - [5]
VZYZRAO4Move `output-macros` crate into workspace - [6]
SHNZZSZGCreate `cli_macros` shim crate - [7]
HHJDRLLNCreate `fluent_embed_runtime` crate - [8]
O77KA6C4Create `fluent_embed` crate - [9]
AL3CCMWZRemove deprecated `output-macros` crate - [10]
OWXLFLRMMerge `cli_macros` shim into `fluent_embed` - [11]
YNEOCYMGCreate `locale-select` crate - [12]
7M4UI3TWUpdate dependencies to latest versions - [13]
LYZBTYIWReplace `proc-macro-error` with `proc-macro-error2`
Change contents
- edit in Cargo.toml at line 4
[workspace.lints.clippy]all = "deny"pedantic = "warn"nursery = "warn"cargo = "warn" - edit in Cargo.toml at line 49
[workspace.lints.clippy]all = "deny"pedantic = "warn"nursery = "warn"cargo = "warn"