ratel-rust / ratel-core

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

CI: Make clippy optional #125

Closed ishitatsuyuki closed 5 years ago

ishitatsuyuki commented 5 years ago

Nightly & Clippy are both subject to breakage. Since they're not stable enough to rely on, let's make it optional for the meanwhile.

cmtt commented 5 years ago

:+1: