]> git.lizzy.rs Git - rust.git/commit
Add back cargo-fmt binary (#1670)
authorRobin Stocker <robin@nibor.org>
Wed, 14 Jun 2017 04:16:51 +0000 (14:16 +1000)
committerRobin Stocker <robin@nibor.org>
Wed, 14 Jun 2017 04:16:51 +0000 (14:16 +1000)
commita13db07b03b9edad390d5e384f1a0cfc85679a08
treec7f14852ca541603aa5449040035799e45317fce
parent5f1bab26c4bb95e91a90a9fb581e246a08df3d85
Add back cargo-fmt binary (#1670)

When there are no `[[bin]]` sections, all the binaries in `src/bin` are
automatically picked up. When a section is added, that is no longer the
case, so all the binaries need to be specified explicitly.
Cargo.toml
tests/system.rs