feature: replace lazy_static by SyncLazy from std

This commit is contained in:
marmeladema 2020-09-01 21:42:21 +01:00
parent 67b8f9491c
commit 73a7204983
4 changed files with 12 additions and 13 deletions

View file

@ -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;