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:
commit
67f16431aa
8 changed files with 7 additions and 4 deletions
|
@ -4,6 +4,7 @@
|
|||
#![feature(nll)]
|
||||
#![feature(generator_trait)]
|
||||
#![feature(generators)]
|
||||
#![feature(once_cell)]
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
mod callbacks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue