nushell/crates/nu-test-support
Jaffar Ashoor c3c41a61b0
replace lazy_static with once_cell (#7502)
replacing the dependence on `lazy_static` with `once_cell`, this will
ensure that variables are initialized when needed instead of startup
time.
2022-12-17 10:30:04 -08:00
..
src replace lazy_static with once_cell (#7502) 2022-12-17 10:30:04 -08:00
tests touchup some clippy warnings in tests (#6612) 2022-09-26 09:06:13 +13:00
Cargo.toml replace lazy_static with once_cell (#7502) 2022-12-17 10:30:04 -08:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00