removed silenced variables

This commit is contained in:
Priec
2025-08-12 09:53:24 +02:00
parent 8b742bbe09
commit 2b16a80ef8
6 changed files with 29 additions and 26 deletions

View File

@@ -122,7 +122,7 @@ impl CharacterLimits {
pub fn validate_insertion(
&self,
current_text: &str,
_position: usize,
position: usize,
character: char,
) -> Option<ValidationResult> {
let current_count = self.count(current_text);