Skip to content

Replace lazy_static with once_cell

Julian Hofer requested to merge Hofer-Julian/souk:once_cell into main

We use once_cell anyways, also the Lazy object of once_cell uses functions instead of macros

Edited by Julian Hofer

Merge request reports