[lint] Update formatting 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:21:27 -07:00
parent accddf697a
commit 843ca9c9b2
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ extern crate rand;
use rand::Rng;
pub const ADJECTIVES: &'static [&'static str] = &include!(concat!(env!("OUT_DIR"),
"/adjectives.rs"));
pub const ADJECTIVES: &'static [&'static str] =
&include!(concat!(env!("OUT_DIR"), "/adjectives.rs"));
pub const NOUNS: &'static [&'static str] = &include!(concat!(env!("OUT_DIR"), "/nouns.rs"));