Skip to content

Commit 4de2b79

Browse files
authored
Merge pull request #127 from azriel91/patch-1
Fixed typo in transitioning page.
2 parents 419edb8 + f13a902 commit 4de2b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editions/transitioning-an-existing-project-to-a-new-edition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ trait Foo {
4545

4646
It's re-written our code to introduce a parameter name for that trait object.
4747
In this case, since it had no name, `cargo fix` will replace it with `_`,
48-
which is conventional for unusued variables.
48+
which is conventional for unused variables.
4949

5050
`cargo fix` is still pretty new, and so it can't always fix your code automatically.
5151
If `cargo fix` can't fix something, it will print the warning that it cannot fix

0 commit comments

Comments
 (0)