influxdb/query_functions
Markus Westerlind edf3f08e81 refactor: Replace all uses of lazy_static with once_cell
Went through and remove all lazy_static uses with once_cell (while waiting for the project to compile). There are still dependencies using lazy_static so it is still in the crate graph but at least there isn't an explicit dependency on it (and it is easier to update to `std::lazy::Lazy` once that is stable).
2022-06-29 16:22:02 +02:00
..
src refactor: Replace all uses of lazy_static with once_cell 2022-06-29 16:22:02 +02:00
Cargo.toml refactor: Replace all uses of lazy_static with once_cell 2022-06-29 16:22:02 +02:00