mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 21:29:01 +00:00
I thought I was being clever, but too clever = stupid. The dummy code designed to flag when our MSRV is bumped and supports `NonNull::add` would fail to compile on Rust versions below 1.80.0. Precisely because of the condition this code is testing - it's not supported! Fix this by skipping compilation unless running clippy. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||