detect usage of `once_cell::sync::Lazy` and `lazy_static!`, recommending usage of `std::sync::LazyLock` instead |
||
|---|---|---|
| .. | ||
| lazy_static.rs | ||
| once_cell.rs | ||
detect usage of `once_cell::sync::Lazy` and `lazy_static!`, recommending usage of `std::sync::LazyLock` instead |
||
|---|---|---|
| .. | ||
| lazy_static.rs | ||
| once_cell.rs | ||