File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ from the lint to the code of the test file and compare that to the contents of a
169169Use ` cargo bless ` to automatically generate the ` .fixed ` file while running
170170the tests.
171171
172- [ rustfix ] : https://github.com/rust-lang/rustfix
172+ [ rustfix ] : https://github.com/rust-lang/cargo/tree/master/crates/ rustfix
173173
174174## Testing manually
175175
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ We'll talk about suggestions more in depth in a [later chapter](emitting_lints.m
203203Use ` cargo bless ` to automatically generate the ` .fixed ` file after running
204204the tests.
205205
206- [ `rustfix` ] : https://github.com/rust-lang/rustfix
206+ [ `rustfix` ] : https://github.com/rust-lang/cargo/tree/master/crates/ rustfix
207207[ `span_lint_and_sugg` ] : https://doc.rust-lang.org/beta/nightly-rustc/clippy_utils/diagnostics/fn.span_lint_and_sugg.html
208208
209209## Testing Manually
You can’t perform that action at this time.
0 commit comments