File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ $ cargo dev new_lint --name=foo_functions --pass=late --category=pedantic
34
34
There are two things to note here:
35
35
36
36
1 . We set ` --pass=late ` in this command to do a late lint pass. The alternative
37
- is an ` early ` lint pass. We will discuss this difference in a later chapter.
38
- <!-- FIXME: Link that "later chapter" when lint_passes.md is merged -->
37
+ is an ` early ` lint pass. The difference is discussed in the chapter [ Lint Passes ] ( adding_lints.md#lint-passes ) .
38
+ <!-- FIXME: Change that lint to the Lint Passes chapter when that gets merged -->
39
39
2 . If not provided, the ` category ` of this new lint will default to ` nursery ` .
40
40
See Clippy's [ lint types] ( ../lints.md ) for more information on categories.
41
41
You can’t perform that action at this time.
0 commit comments