From a64000820f0fc32be4d7535a9a92418a434fa4ba Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 6 Jan 2015 16:16:35 -0800 Subject: More test fixes --- src/liballoc/arc.rs | 2 +- src/liballoc/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/liballoc') diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs index e78f94f79cc..8def8ad7215 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -41,7 +41,7 @@ //! let five = five.clone(); //! //! Thread::spawn(move || { -//! println!("{}", five); +//! println!("{:?}", five); //! }); //! } //! ``` diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index d5a814d83e4..ba6e89cdd76 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -65,7 +65,7 @@ #![no_std] #![allow(unknown_features)] -#![feature(lang_items, phase, unsafe_destructor)] +#![feature(lang_items, unsafe_destructor)] #[macro_use] extern crate core; -- cgit 1.4.1-3-g733a5