Allow clippy upper case acronym for RSBHML

This commit is contained in:
elvis
2025-05-19 02:19:47 +02:00
parent d9e6f0981b
commit 6d5be8c36c

View File

@ -164,6 +164,7 @@ pub enum RSassert<'a> {
// -----------------------------------------------------------------------------
#[derive(Clone, Debug)]
#[allow(dead_code)]
#[allow(clippy::upper_case_acronyms)]
pub enum RSBHML<'a> {
True,
False,