Skip to content

Commit a909849

Browse files
authored
Add help to substitute macros
1 parent 894dbbc commit a909849

File tree

1 file changed

+1
-0
lines changed
  • crates/cargo-test-support/src

1 file changed

+1
-0
lines changed

crates/cargo-test-support/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,7 @@ fn substitute_macros(input: &str) -> String {
15211521
("[ERROR]", "error:"),
15221522
("[WARNING]", "warning:"),
15231523
("[NOTE]", "note:"),
1524+
("[HELP]", "help:"),
15241525
("[DOCUMENTING]", " Documenting"),
15251526
("[FRESH]", " Fresh"),
15261527
("[UPDATING]", " Updating"),

0 commit comments

Comments
 (0)