Closed kornelski closed 3 years ago
@kornelski thanks for the PR! seems like the 1.36 toolchain build is failing on the env_logger
upgrade - see Travis. #[non_exhaustive]
was stabilized in 1.40 as far as I see.
at this point I wouldn't have anything against increasing the min. supported toolchain to 1.40, which implies:
1.36
in the README.md and travis.ymlrustup run --install 1.40.0 cargo clippy --lib --tests --all-features -- -D clippy::pedantic -D clippy::nursery
alternatively you could also find an env_logger
version that works with 1.36.
It's failing on pedantic clippy lints, which are turned into errors. I don't think it's a good idea to treat every pedantic suggestion (many of which are meaningless or wrong) as stop-the-build catastrophic error.
It's failing on pedantic clippy lints, which are turned into errors. I don't think it's a good idea to treat every pedantic suggestion (many of which are meaningless or wrong) as stop-the-build catastrophic error.
feel free to disable the pedantic check in Travis (also in the README please), I know it can be a pain.
Ok, I've managed to make it a proper Travis Job.
@kornelski thanks! the Travis jobs look lovely, though I trimmed some things down in https://github.com/lipanski/mockito/pull/136
released with 0.29.0 :rocket: