Skip to content

Commit c382491

Browse files
committed
Enable feature bound_cloned
1 parent a21a0e0 commit c382491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
#![feature(arbitrary_self_types)]
7171
#![feature(asm)]
7272
#![feature(associated_type_defaults)]
73+
#![feature(bound_cloned)]
7374
#![feature(cfg_target_has_atomic)]
7475
#![feature(concat_idents)]
7576
#![feature(const_fn)]

0 commit comments

Comments
 (0)