Update to Rust 1.35.0. (#83)

master
Andreas Fackler 6 years ago committed by Vladimir Komendantskiy
parent 4ef9496776
commit e0785f465c
  1. 2
      .travis.yml
  2. 2
      src/mock/ms8.rs

@ -1,6 +1,6 @@
language: rust language: rust
rust: rust:
- 1.33.0 - 1.35.0
cache: cache:
cargo: true cargo: true
timeout: 1200 timeout: 1200

@ -434,7 +434,7 @@ mod tests {
// otherwise unusual expressions, so the lint is disabled. // otherwise unusual expressions, so the lint is disabled.
#![allow(clippy::eq_op)] #![allow(clippy::eq_op)]
// Some test functions contain long lists of assertions. Clippy thinks they are too complex. // Some test functions contain long lists of assertions. Clippy thinks they are too complex.
#![allow(clippy::cyclomatic_complexity)] #![allow(clippy::cognitive_complexity)]
use super::{ext_euclid, modular_pow, Mersenne8}; use super::{ext_euclid, modular_pow, Mersenne8};
use pairing::Field; use pairing::Field;

Loading…
Cancel
Save