cargo fmt

This commit is contained in:
2025-12-05 20:29:15 -05:00
parent 07858b229f
commit 5480522ddb
4 changed files with 64 additions and 60 deletions

View File

@@ -138,8 +138,6 @@ impl BackingFunction {
}
}
/// Case insensitive checks for if `c` is a character used to represent a variable
#[inline]
pub const fn is_variable(c: &char) -> bool {