one does not simply eat sweets with wrappers on
This commit is contained in:
parent
f8beef16a5
commit
42bd852117
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ fn load_macro(set: String, mac: String, inputs: String, vars: Vec<String>) -> St
|
||||||
|
|
||||||
if inputs.contains(") begin") {
|
if inputs.contains(") begin") {
|
||||||
let coolbeans: Vec<&str> = inputs.split(") begin ").collect();
|
let coolbeans: Vec<&str> = inputs.split(") begin ").collect();
|
||||||
println!("{}", coolbeans.last());
|
println!("{}", coolbeans.last().unwrap());
|
||||||
}
|
}
|
||||||
return contents.to_string();
|
return contents.to_string();
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue