mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
e104bccfb9
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). |
||
---|---|---|
.. | ||
ansi | ||
input | ||
clear.rs | ||
dir_info.rs | ||
is_terminal.rs | ||
kill.rs | ||
mod.rs | ||
sleep.rs | ||
term_size.rs | ||
ulimit.rs | ||
whoami.rs |