hir: replace lazy_static
by SyncLazy
from std
This commit is contained in:
parent
1b650d0fea
commit
67b8f9491c
5 changed files with 14 additions and 19 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue