We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d29ff commit 3bef8e8Copy full SHA for 3bef8e8
content/inside-rust/this-development-cycle-in-cargo-1.90.md
@@ -80,7 +80,7 @@ With this design,
80
determining which build targets are safe to fix in this pass,
81
and applying the suggestions.
82
This puts the top-level program in charge of what fixes get applied,
83
-making it easier to coordinate, allowing the lockin to be removed and opening the door to an interactive mode.
+making it easier to coordinate, allowing the locking to be removed and opening the door to an interactive mode.
84
This comes at the cost that fixes in packages lower in the dependency tree can cause later packages to rebuild multiple times,
85
slowing things down.
86
0 commit comments