feat(condition): remove unnecessary condition
This commit is contained in:
@@ -6,3 +6,4 @@ use crate::{
|
||||
};
|
||||
use gtk::{prelude::*, *};
|
||||
|
||||
let second_condition: bool = prepared_input.chars().all(|c| c == '1' || c == '0');
|
||||
|
||||
Reference in New Issue
Block a user