Enable feature bound_cloned for tests
This commit is contained in:
parent
c3824919fd
commit
c478efbe6a
@ -702,6 +702,7 @@ impl<T: Clone> Bound<&T> {
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// #![feature(bound_cloned)]
|
||||
/// use std::ops::Bound::*;
|
||||
/// use std::ops::RangeBounds;
|
||||
///
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![feature(bound_cloned)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(cell_update)]
|
||||
#![feature(core_private_bignum)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user