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 keg: String = "".to_owned();
|
||||||
let mut coont = 0;
|
let mut coont = 0;
|
||||||
for input in based {
|
for input in based {
|
||||||
let mut x;
|
println!("{}", inputs);
|
||||||
|
let x;
|
||||||
if contents.contains(")!!") {
|
if contents.contains(")!!") {
|
||||||
x = format!("{}![[hex]]", input);
|
x = format!("{}![[hex]]", input);
|
||||||
} else if contents.contains(")..") {
|
} else if contents.contains(")..") {
|
||||||
|
@ -35,7 +36,6 @@ fn load_macro(set: String, mac: String, inputs: String, vars: Vec<String>) -> St
|
||||||
} else {
|
} else {
|
||||||
x = input.to_string();
|
x = input.to_string();
|
||||||
}
|
}
|
||||||
println!("{}", x);
|
|
||||||
jeff.push(x.to_string());
|
jeff.push(x.to_string());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue