1
Fork 0

Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matklad

datastructures: replace `once_cell` crate with an impl from std

Fixes #75700

r? @matklad

We might need a perf run for this change.
This commit is contained in:
Aleksey Kladov 2020-08-31 15:22:42 +02:00 committed by GitHub
commit 67f16431aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,5 @@
#![feature(crate_visibility_modifier)]
#![feature(once_cell)]
#![feature(or_patterns)]
#[macro_use]