rust: add clippy configuration file
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Feb 2025 11:26:12 +0000 (12:26 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Feb 2025 14:51:01 +0000 (15:51 +0100)
commit6b03c038067f2171110425593f722df8f4d19d17
treec29b2dfacae3c5a5ea945bf0e6578b9f7222ee67
parent2590c02a5fc2d7e48b03f9ec46c302d5512b7526
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>
rust/clippy.toml [new file with mode: 0644]