oxc/crates/oxc_data_structures
overlookmotel 7cc05f1626 fix(data_structures): fix compilation failure on older Rust versions (#6526)
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.
2024-10-13 17:32:10 +00:00
..
src fix(data_structures): fix compilation failure on older Rust versions (#6526) 2024-10-13 17:32:10 +00:00
Cargo.toml release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00
CHANGELOG.md release(crates): v0.31.0 (#6360) 2024-10-08 20:55:24 +08:00