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 57f4626 commit da1f0f9Copy full SHA for da1f0f9
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