mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Use Cargo's [workspace.lints.*] to config clippy
This commit is contained in:
parent
25444cdd04
commit
efc87092b3
44 changed files with 133 additions and 1 deletions
|
|
@ -25,3 +25,6 @@ stdx.workspace = true
|
|||
syntax.workspace = true
|
||||
vfs.workspace = true
|
||||
span.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue