[lint] Update formatting due to Rustfmt 0.9.0.
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
This commit is contained in:
parent
accddf697a
commit
843ca9c9b2
@ -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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user