pay-respects/rules/cargo.toml

11 lines
154 B
TOML

command = "cargo"
[[match_err]]
pattern = [
"did you mean"
]
suggest = [
'''
{{command[0]}} {{err::(?:did you mean `)(.*)(?:`)}} {{command[2:]}} '''
]