Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the failing tests
  • Loading branch information
Stjepan Glavina committed Apr 6, 2018
1 parent 9377340 commit 5dcce51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/cell.rs
Expand Up @@ -262,6 +262,8 @@ impl<T:Copy> Cell<T> {
/// # Examples
///
/// ```
/// #![feature(cell_update)]
///
/// use std::cell::Cell;
///
/// let c = Cell::new(5);
Expand Down
1 change: 1 addition & 0 deletions src/libcore/tests/lib.rs
Expand Up @@ -12,6 +12,7 @@

#![feature(ascii_ctype)]
#![feature(box_syntax)]
#![feature(cell_update)]
#![feature(core_float)]
#![feature(core_private_bignum)]
#![feature(core_private_diy_float)]
Expand Down

0 comments on commit 5dcce51

Please sign in to comment.