Enable feature bound_cloned

This commit is contained in:
Chris Gregory 2019-05-31 21:17:32 -05:00
parent a21a0e0268
commit c3824919fd

View File

@ -70,6 +70,7 @@
#![feature(arbitrary_self_types)]
#![feature(asm)]
#![feature(associated_type_defaults)]
#![feature(bound_cloned)]
#![feature(cfg_target_has_atomic)]
#![feature(concat_idents)]
#![feature(const_fn)]