1
Fork 0

Stabilize Bound::cloned()

This commit is contained in:
Aris Merchant 2021-07-01 17:05:08 -07:00
parent a435b49e86
commit f2b21e2d0b
3 changed files with 1 additions and 4 deletions

View file

@ -4,7 +4,6 @@
#![feature(array_map)]
#![feature(array_windows)]
#![feature(bool_to_option)]
#![feature(bound_cloned)]
#![feature(box_syntax)]
#![feature(cell_update)]
#![feature(cfg_panic)]