diff --git a/.travis.yml b/.travis.yml index 5cd8fd783..4a02b1384 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,11 @@ matrix: script: - cargo check --tests - env: CLIPPY - rust: nightly-2018-07-17 + rust: nightly-2018-11-10 install: - rustup component add clippy-preview script: - - cargo clippy --all-features -- -D clippy + - cargo clippy --all-features env: global: diff --git a/benches/liquid.rs b/benches/liquid.rs index 667dc3164..650d14fbb 100644 --- a/benches/liquid.rs +++ b/benches/liquid.rs @@ -30,10 +30,10 @@ static VARIABLE_ONLY: &'static str = "{{product.name}}"; static VARIABLE_ONLY_OBJECT: &'static str = " username: bob product: - - name: Moto G - - manufacturer: Motorola - - summary: A phone - - price: 100 + name: Moto G + manufacturer: Motorola + summary: A phone + price: 100 "; #[bench] @@ -67,7 +67,7 @@ static ITERATE: &'static str = "