mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-30 03:05:45 +00:00
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>
3 lines
55 B
TOML
3 lines
55 B
TOML
doc-valid-idents = ["PrimeCell", ".."]
|
|
msrv = "1.63.0"
|