mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-03 08:05:10 +01:00
feat: in-line shell evaluation
This commit is contained in:
parent
8ae71443d6
commit
b5f2f139e4
4 changed files with 19 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ fn gen_match_rules(rules: Vec<Rule>) -> TokenStream {
|
|||
let suggests = x
|
||||
.suggest
|
||||
.iter()
|
||||
.map(|x| x.to_lowercase())
|
||||
.map(|x| x.to_string())
|
||||
.collect::<Vec<String>>();
|
||||
(pattern, suggests)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue