Skip to content

Commit 71b073c

Browse files
committed
missing comma
1 parent 47f8ea4 commit 71b073c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/diagnostics/lintstore.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ lints are emitted as part of other work (e.g., type checking, etc.).
3737

3838
### High-level overview
3939

40-
In [`rustc_interface::register_plugins`] the [`LintStore`] is created and all
41-
lints are registered.
40+
In [`rustc_interface::register_plugins`],
41+
the [`LintStore`] is created,
42+
and all lints are registered.
4243

4344
There are four 'sources' of lints:
4445

0 commit comments

Comments
 (0)