Enable feature bound_cloned for tests

This commit is contained in:
Chris Gregory 2019-06-01 22:39:13 -07:00
parent c3824919fd
commit c478efbe6a
2 changed files with 2 additions and 0 deletions

View File

@ -702,6 +702,7 @@ impl<T: Clone> Bound<&T> {
/// # Examples
///
/// ```
/// #![feature(bound_cloned)]
/// use std::ops::Bound::*;
/// use std::ops::RangeBounds;
///

View File

@ -1,3 +1,4 @@
#![feature(bound_cloned)]
#![feature(box_syntax)]
#![feature(cell_update)]
#![feature(core_private_bignum)]