influxdb/router/benches
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
..
e2e.rs fix: Change the sharder to return error instead of panicking for no shards 2022-06-15 11:23:31 -04:00
schema_validator.rs refactor: Replace all uses of lazy_static with once_cell 2022-06-29 16:22:02 +02:00