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
3434There are two things to note here:
3535
36361 . 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 -->
39392 . If not provided, the ` category ` of this new lint will default to ` nursery ` .
4040See Clippy's [ lint types] ( ../lints.md ) for more information on categories.
4141
You can’t perform that action at this time.
0 commit comments