feature: replace lazy_static
by SyncLazy
from std
This commit is contained in:
parent
67b8f9491c
commit
73a7204983
4 changed files with 12 additions and 13 deletions
|
@ -11,6 +11,8 @@
|
|||
//! even if it is stabilized or removed, *do not remove it*. Instead, move the
|
||||
//! symbol to the `accepted` or `removed` modules respectively.
|
||||
|
||||
#![feature(once_cell)]
|
||||
|
||||
mod accepted;
|
||||
mod active;
|
||||
mod builtin_attrs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue