mirror of
https://github.com/nushell/nushell.git
synced 2025-05-02 09:04:30 +02:00
This PR drops the `once_cell` dependency from all Nu crates, replacing uses of the [`Lazy`](https://docs.rs/once_cell/latest/once_cell/sync/struct.Lazy.html) type with its `std` equivalent, [`LazyLock`](https://doc.rust-lang.org/std/sync/struct.LazyLock.html). |
||
---|---|---|
.. | ||
sample_config | ||
casing.rs | ||
deansi.rs | ||
emoji.rs | ||
filesystem.rs | ||
lib.rs | ||
locale.rs | ||
main.rs | ||
quoting.rs | ||
shared_cow.rs | ||
utils.rs |