We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6057e commit 22059c9Copy full SHA for 22059c9
src/tools/jsondocck/src/main.rs
@@ -68,7 +68,7 @@ fn main() -> ExitCode {
68
lineno += 1;
69
70
if DEPRECATED_LINE_PATTERN.is_match(line) {
71
- error_reporter.print("Deprecated directive syntax, replace `// @` with `//@ `", lineno);
+ error_reporter.print("deprecated directive syntax, replace `// @` with `//@ `", lineno);
72
73
continue;
74
}
0 commit comments