rust/tests/ui/non_std_lazy_static
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
..
auxiliary add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
non_std_lazy_static_fixable.fixed add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
non_std_lazy_static_fixable.rs add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
non_std_lazy_static_fixable.stderr add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
non_std_lazy_static_no_std.rs add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
non_std_lazy_static_other_once_cell.rs add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
non_std_lazy_static_unfixable.rs add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00
non_std_lazy_static_unfixable.stderr add new lint non_std_lazy_statics 2025-01-24 14:06:46 -07:00