File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ default lint level and other metadata come from. These are normally defined by
19
19
way of the [ ` declare_lint! ` ] macro, which boils down to a static with type
20
20
[ ` &rustc_lint_defs::Lint ` ] .
21
21
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).
25
26
26
27
Lint declarations don't carry any "state" - they are merely global identifiers
27
28
and descriptions of lints. We assert at runtime that they are not registered
You can’t perform that action at this time.
0 commit comments