Skip to content

Commit 8b0eaf7

Browse files
epageobi1kenobi
andauthored
fix: Typo
Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
1 parent a74351c commit 8b0eaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-08-15-this-development-cycle-in-cargo-1.81.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ This included adapting the code from being written as a third-party to being wri
271271

272272
There was some discussion on whether to insta-stabilize.
273273
As a third-party command, we are able to get the testing benefits of nightly-only features.
274-
If we don't insta-stabilize it, you could only run it as `cargo +nightly -Zsubcommand info` or run the existing `cargo-info` as `cargo info` but `cargo-info info`; `cargo info` would fail.
274+
If we don't insta-stabilize it, you could only run it as `cargo +nightly -Zsubcommand info` or run the existing `cargo-info` not as `cargo info` but `cargo-info info`; `cargo info` would fail.
275275
Like with `cargo add` and `cargo remove`, we decided to insta-stabilize.
276276

277277
FCP was started for this command.

0 commit comments

Comments
 (0)