Skip to content

Commit c6840ca

Browse files
authored
Fix broken link
1 parent b3a1bac commit c6840ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

posts/2018-12-17-Rust-2018-dev-tools.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ trait Foo {
4141
}
4242
```
4343

44-
For detailed information on how to use Rustfix, see [these instructions]
45-
(https://doc.rust-lang.org/stable/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html).
44+
For detailed information on how to use Rustfix, see [these instructions](https://doc.rust-lang.org/stable/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html).
4645
To transition your code from the 2015 to 2018 edition, run `cargo fix --edition`.
4746

4847
Rustfix can do a lot, but it is not perfect. When it can't fix your code, it

0 commit comments

Comments
 (0)