From 3a0a45e57247bd3c3386fc3bb0ca05e3008d87a0 Mon Sep 17 00:00:00 2001 From: Poulad Ashrafpour <14295804+poulad@users.noreply.github.com> Date: Mon, 3 Dec 2018 21:50:44 -0500 Subject: [PATCH] Update conventions.md --- src/cargo/conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/conventions.md b/src/cargo/conventions.md index c043b1c809..6e8196608e 100644 --- a/src/cargo/conventions.md +++ b/src/cargo/conventions.md @@ -12,7 +12,7 @@ foo Suppose that we wanted to have two binaries in the same project, though. What then? -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 we saw before, but you can add additional binaries by placing them in a `bin/` directory: