Skip to content

Remove lazy_static crate: unorthodox usage

AdminXVII requested to merge AdminXVII/ion:no-lazy-static into master

The lazy_static crate's previous usage prevented the compiler from optimizing by hiding pattern matching behind a runtime generated hashset and could be replaced, in tests, by a more explicit crate

Merge request reports