Skip to content

Commit 8329b9c

Browse files
committed
Remove +nightly for cargo new
1 parent beea0a3 commit 8329b9c

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)