qemu/rust/clippy.toml
Paolo Bonzini 6b03c03806 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>
2025-02-07 15:51:01 +01:00

2 lines
55 B
TOML

doc-valid-idents = ["PrimeCell", ".."]
msrv = "1.63.0"