mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Add help to substitute macros
This commit is contained in:
parent
894dbbc997
commit
a90984924d
@ -1521,6 +1521,7 @@ fn substitute_macros(input: &str) -> String {
|
||||
("[ERROR]", "error:"),
|
||||
("[WARNING]", "warning:"),
|
||||
("[NOTE]", "note:"),
|
||||
("[HELP]", "help:"),
|
||||
("[DOCUMENTING]", " Documenting"),
|
||||
("[FRESH]", " Fresh"),
|
||||
("[UPDATING]", " Updating"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user