mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
etnaviv: allow ISA struct to be spelled all uppercase
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38807>
This commit is contained in:
parent
f70d1bcdbf
commit
236b8f081c
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ pub struct BitsetTemplate<'a> {
|
|||
|
||||
/// A structure representing an Instruction Set Architecture (ISA),
|
||||
/// containing bitsets and enums.
|
||||
#[expect(clippy::upper_case_acronyms)]
|
||||
pub struct ISA<'a> {
|
||||
pub bitsets: IndexMap<&'a str, Bitset<'a>>,
|
||||
pub enums: IndexMap<&'a str, BitSetEnum<'a>>,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue