Reverted atomic-mut-ptr feature removal causing compilation break

This commit is contained in:
Sandeep Bansal 2022-03-07 23:41:52 -08:00
parent 67b3e81838
commit d8e75bc1b7

View file

@ -231,6 +231,7 @@
#![feature(assert_matches)]
#![feature(associated_type_bounds)]
#![feature(async_iterator)]
#![feature(atomic_mut_ptr)]
#![feature(bench_black_box)]
#![feature(box_syntax)]
#![feature(c_unwind)]