Enable feature bound_cloned for tests
This commit is contained in:
parent
c3824919fd
commit
c478efbe6a
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue