rust/tests/ui/non_std_lazy_static/auxiliary
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
..
lazy_static.rs add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
once_cell.rs add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00