Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorder test lint settings to ignore unknown rust-2024-compatibility …
…in old rustc The `allow(unknown_lints)` applies only to attributes that come after it. warning: unknown lint: `rust_2024_compatibility` --> tests/distributed_slice.rs:2:9 | 2 | #![deny(rust_2024_compatibility, unsafe_op_in_unsafe_fn)] | ^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `rust_2021_compatibility` | = note: `#[warn(unknown_lints)]` on by default
- Loading branch information