Skip to content

Commit

Permalink
Enable feature bound_cloned for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
czipperz committed Jun 2, 2019
1 parent c382491 commit c478efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libcore/ops/range.rs
Expand Up @@ -702,6 +702,7 @@ impl<T: Clone> Bound<&T> {
/// # Examples
///
/// ```
/// #![feature(bound_cloned)]
/// use std::ops::Bound::*;
/// use std::ops::RangeBounds;
///
Expand Down
1 change: 1 addition & 0 deletions src/libcore/tests/lib.rs
@@ -1,3 +1,4 @@
#![feature(bound_cloned)]
#![feature(box_syntax)]
#![feature(cell_update)]
#![feature(core_private_bignum)]
Expand Down

0 comments on commit c478efb

Please sign in to comment.