1
Fork 0

hir: replace lazy_static by SyncLazy from std

This commit is contained in:
marmeladema 2020-09-01 21:31:22 +01:00
parent 1b650d0fea
commit 67b8f9491c
5 changed files with 14 additions and 19 deletions

View file

@ -6,6 +6,7 @@
#![feature(const_fn)] // For the unsizing cast on `&[]`
#![feature(const_panic)]
#![feature(in_band_lifetimes)]
#![feature(once_cell)]
#![feature(or_patterns)]
#![recursion_limit = "256"]