Skip to content

Commit f13a902

Browse files
authored
Fixed typo in transitioning page.
1 parent 419edb8 commit f13a902

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)