Fix the failing tests

This commit is contained in:
Stjepan Glavina 2018-04-06 22:45:31 +02:00
parent 9377340ee3
commit 5dcce51946
2 changed files with 3 additions and 0 deletions

View file

@ -262,6 +262,8 @@ impl<T:Copy> Cell<T> {
/// # Examples
///
/// ```
/// #![feature(cell_update)]
///
/// use std::cell::Cell;
///
/// let c = Cell::new(5);

View file

@ -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)]