1d0a2ff35Sopenharmony_ci/*
2d0a2ff35Sopenharmony_ciThis library is a shim around `lazy_static` that disambiguates it with the `lazy_static`
3d0a2ff35Sopenharmony_cithat's shipped with the Rust toolchain. We re-export the entire public API of `lazy_static`
4d0a2ff35Sopenharmony_ciunder a different crate name so that can be imported in the compile tests.
5d0a2ff35Sopenharmony_ci
6d0a2ff35Sopenharmony_ciThis currently appears to use the right local build of `lazy_static`.
7d0a2ff35Sopenharmony_ci*/
8d0a2ff35Sopenharmony_ci
9d0a2ff35Sopenharmony_ciextern crate lazy_static;
10d0a2ff35Sopenharmony_ci
11d0a2ff35Sopenharmony_cipub use self::lazy_static::*;
12