Skip to content

Commit 6596389

Browse files
committed
date-check: lintstore
1 parent fe209b1 commit 6596389

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: src/diagnostics/lintstore.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ default lint level and other metadata come from. These are normally defined by
1919
way of the [`declare_lint!`] macro, which boils down to a static with type
2020
[`&rustc_lint_defs::Lint`].
2121

22-
As of <!-- date-check --> February 2022, we lint against direct declarations
23-
without the use of the macro today (although this may change in the future, as
24-
the macro is somewhat unwieldy to add new fields to, like all macros).
22+
As of <!-- date-check --> Aug 2022,
23+
we lint against direct declarations without the use of the macro.
24+
(although this may change in the future,
25+
as the macro is somewhat unwieldy to add new fields to, like all macros).
2526

2627
Lint declarations don't carry any "state" - they are merely global identifiers
2728
and descriptions of lints. We assert at runtime that they are not registered

0 commit comments

Comments
 (0)