rust/clippy_config
J-ZhengLi 2671e4a5c1 add new lint non_std_lazy_statics
detect usage of `once_cell::sync::Lazy` and `lazy_static!`,
recommending usage of `std::sync::LazyLock` instead
2025-01-24 14:06:46 -07:00
..
src add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
Cargo.toml Select edition 2024 2025-01-13 16:55:42 +01:00