rust-lang/rustfix

Stabilize test output across clippy versions

Closed this issue · 3 comments

Travis failed because the link to the clippy docs is no longer …/v0.0.177/… but …/v0.0.180/…. This is not a useful failure.

We just need to set_var("CLIPPY_DISABLE_DOCS_LINKS", "true");

hi