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.
1 parent 0849fa1 commit 3a0a45eCopy full SHA for 3a0a45e
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