ratel-rust / ratel-core

High performance JavaScript to JavaScript compiler with a Rust core
Apache License 2.0
435 stars 17 forks source link

CI build broken due to missing Clippy component #111

Closed cmtt closed 5 years ago

cmtt commented 5 years ago

The CI build of PR #110 has failed due to clippy missing for the current version of Rust, see https://mexus.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html.

cmtt commented 5 years ago

Closing this issue, as clippy has become available again for recent nightlys. After merging #90, all builds on CI seem to use the Rust nightly builds as CLIPPY_TOOLCHAIN is always set to nightly.