| commit | 794a952642317f7da1be2ea69e6865c55ea37be6 | [log] [tgz] |
|---|---|---|
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Jan 22 18:45:26 2024 +0100 |
| committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Jan 22 18:47:38 2024 +0100 |
| tree | bdb0aaf59260a5a7d420664f6dd88da6bcc98500 | |
| parent | 80b2bf16c9f36f85fae650386e305d2b0a581b2b [diff] |
Replace lazy_static with once_cell Using lazy_static is now discouraged as unmaintained and once_cell is the recommended replacement. On top of that a similar implementation found in once_cell is being tracked for inclusion under the `lazy_cell` feature gate [0] [0] https://github.com/rust-lang/rust/issues/109736 Test: m Change-Id: I21d343a38dbd25bb2d13f239f7fa3a2d7f20323e