Migrate to once_cell. (#1565)

This commit is contained in:
Kaede Hoshikawa
2022-07-19 08:16:59 +09:00
committed by GitHub
parent b72a385ae7
commit 74e70627be
4 changed files with 9 additions and 15 deletions

View File

@@ -289,9 +289,6 @@ if_hyper! {
#[macro_use]
extern crate doc_comment;
#[macro_use]
extern crate lazy_static;
#[cfg(test)]
doctest!("../README.md");