turns out i'm stupid
This commit is contained in:
parent
0b442e898d
commit
2d9b4ecaf3
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,8 @@ fn load_macro(set: String, mac: String, inputs: String, vars: Vec<String>) -> St
|
|||
let mut keg: String = "".to_owned();
|
||||
let mut coont = 0;
|
||||
for input in based {
|
||||
let mut x;
|
||||
println!("{}", inputs);
|
||||
let x;
|
||||
if contents.contains(")!!") {
|
||||
x = format!("{}![[hex]]", input);
|
||||
} else if contents.contains(")..") {
|
||||
|
@ -35,7 +36,6 @@ fn load_macro(set: String, mac: String, inputs: String, vars: Vec<String>) -> St
|
|||
} else {
|
||||
x = input.to_string();
|
||||
}
|
||||
println!("{}", x);
|
||||
jeff.push(x.to_string());
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue