mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: modules
This commit is contained in:
parent
5aebf867c1
commit
fedee1dc8d
12 changed files with 54 additions and 39 deletions
|
|
@ -207,7 +207,10 @@ pub fn typo(suggest: &mut String, replace_list: &mut Vec<TokenStream2>) {
|
|||
&function[function.find(',').unwrap() + 1..function.len() - 1],
|
||||
"\")"
|
||||
);
|
||||
format!("suggest_typo(&split[{}], {}, executables)", string_index, function)
|
||||
format!(
|
||||
"suggest_typo(&split[{}], {}, executables)",
|
||||
string_index, function
|
||||
)
|
||||
} else {
|
||||
let string_match_list = match_list.join("\".to_string(), \"");
|
||||
let string_match_list = format!("\"{}\".to_string()", string_match_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue