Skip to content

Commit c55611d

Browse files
authored
Merge pull request #276 from ehuss/no-nightly
Remove `+nightly` for `cargo new`
2 parents beea0a3 + 8329b9c commit c55611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editions/creating-a-new-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When you create a new project with Cargo, it will automatically add
44
configuration for the latest edition:
55

66
```console
7-
> cargo +nightly new foo
7+
> cargo new foo
88
Created binary (application) `foo` project
99
> cat foo/Cargo.toml
1010
[package]

0 commit comments

Comments
 (0)