mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
cargo fmt and clippy
This commit is contained in:
@@ -1145,7 +1145,7 @@ pub fn insn_to_str(
|
||||
0,
|
||||
OwnedValue::build_text(Rc::new("".to_string())),
|
||||
0,
|
||||
format!(""),
|
||||
String::new(),
|
||||
),
|
||||
};
|
||||
format!(
|
||||
|
||||
@@ -564,7 +564,6 @@ pub enum Insn {
|
||||
dest: usize,
|
||||
},
|
||||
Noop,
|
||||
|
||||
}
|
||||
|
||||
fn cast_text_to_numerical(value: &str) -> OwnedValue {
|
||||
|
||||
Reference in New Issue
Block a user