[lint] Update due to Rustfmt 0.9.0.

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
This commit is contained in:
Fletcher Nichol 2017-11-08 13:17:35 -07:00
parent 2462b2d47d
commit 8f4b65acd9

View File

@ -6,7 +6,8 @@ use names::{Generator, Name};
fn main() {
let (naming, amount) = {
let app = clap_app!(names =>
let app =
clap_app!(names =>
(version: &crate_version!()[..])
(author: "\nAuthor: Fletcher Nichol <fnichol@nichol.ca>\n")
(about: "A random name generator with results like `delirious-pail'.")