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.
2 parents beea0a3 + 8329b9c commit c55611dCopy full SHA for c55611d
src/editions/creating-a-new-project.md
@@ -4,7 +4,7 @@ When you create a new project with Cargo, it will automatically add
4
configuration for the latest edition:
5
6
```console
7
-> cargo +nightly new foo
+> cargo new foo
8
Created binary (application) `foo` project
9
> cat foo/Cargo.toml
10
[package]
0 commit comments