@oli-obk No problem with this as a workaround while clippy stabilizes.
Unfortunately RUSTC_WRAPPER=~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/clippy-driver cargo test (my ~/.rustup/toolchains folder does not contain a beta folder) does not appear to change behavior–I do get a build, but with dozens of unknown lint warnings.
rustc --version => rustc 1.30.0-nightly (33b923fd4 2018-08-18)
cargo-clippy --version => 0.0.212
Any ideas?