We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d581b commit ac4f927Copy full SHA for ac4f927
src/diagnostics.md
@@ -174,7 +174,7 @@ crate.
174
Every lint is implemented via a `struct` that implements the `LintPass` `trait`
175
(you also implement one of the more specific lint pass traits, either
176
`EarlyLintPass` or `LateLintPass`). The trait implementation allows you to
177
-check certain syntactic constructs the linter walks the source code. You can
+check certain syntactic constructs as the linter walks the source code. You can
178
then choose to emit lints in a very similar way to compile errors.
179
180
You also declare the metadata of a particular lint via the `declare_lint!`
0 commit comments