fix clippy lints

This commit is contained in:
Skgland
2026-01-10 17:52:34 +01:00
committed by Bennet Bleßmann
parent 73c26bed2a
commit eca4262be6
6 changed files with 40 additions and 37 deletions

View File

@@ -250,6 +250,7 @@ pub enum GInteger {
impl GInteger {
#[inline]
#[allow(clippy::wrong_self_convention)]
pub fn to_literal(self) -> Literal {
match self {
GInteger::Integer(integer) => Literal::Integer(integer),