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 0849fa1 + 3a0a45e commit 1c1201eCopy full SHA for 1c1201e
src/cargo/conventions.md
@@ -12,7 +12,7 @@ foo
12
Suppose that we wanted to have two binaries in the same project, though. What
13
then?
14
15
-It turns out that `cargo` supports this. The default binary name is `main.rs`, as
+It turns out that `cargo` supports this. The default binary name is `main`, as
16
we saw before, but you can add additional binaries by placing them in a `bin/`
17
directory:
18
0 commit comments