mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
rust: add clippy configuration file
Configure the minimum supported Rust version (though strictly speaking that's redundant with Cargo.toml), and the list of CamelCase identifiers that are not Rust types. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2590c02a5f
commit
6b03c03806
1 changed files with 2 additions and 0 deletions
2
rust/clippy.toml
Normal file
2
rust/clippy.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
doc-valid-idents = ["PrimeCell", ".."]
|
||||
msrv = "1.63.0"
|
Loading…
Add table
Add a link
Reference in a new issue