mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 22:11:09 +00:00

When building with beta and older rustc: error: unknown lint: `mixed_script_confusables` --> test_suite/tests/test_gen.rs:7:10 | 7 | #![allow(mixed_script_confusables, clippy::trivially_copy_pass_by_ref)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | note: the lint level is defined here --> test_suite/tests/test_gen.rs:5:9 | 5 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(unknown_lints)]` implied by `#[deny(warnings)]`