File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Sometimes the fixes suggested by the compiler may fail to work.
55
55
When this happens, Cargo will report a warning indicating what happened and what the error was.
56
56
However, by default it will automatically back out the changes it made.
57
57
It can be helpful to keep the code in the broken state and manually resolve the issue.
58
- Some of the fixes may have been correct, and the broken fix maybe be * mostly* correct, but just need minor tweaking.
58
+ Some of the fixes may have been correct, and the broken fix may be * mostly* correct, but just need minor tweaking.
59
59
60
60
In this situation, use the ` --broken-code ` option with ` cargo fix ` to tell Cargo not to back out the changes.
61
61
Then, you can go manually inspect the error and investigate what is needed to fix it.
You can’t perform that action at this time.
0 commit comments