cargo fmt and clippy

This commit is contained in:
pedrocarlo
2025-01-26 20:51:14 -03:00
parent 515e281480
commit 97c716524b
2 changed files with 1 additions and 2 deletions

View File

@@ -1145,7 +1145,7 @@ pub fn insn_to_str(
0,
OwnedValue::build_text(Rc::new("".to_string())),
0,
format!(""),
String::new(),
),
};
format!(

View File

@@ -564,7 +564,6 @@ pub enum Insn {
dest: usize,
},
Noop,
}
fn cast_text_to_numerical(value: &str) -> OwnedValue {