From be7ebdd512e8b4de29c0e0cf5aabf486e988867b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 6 Jun 2017 19:32:43 -0700 Subject: Bump version and stage0 compiler --- src/libsyntax_pos/lib.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/libsyntax_pos/lib.rs') diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs index 94656b3aea7..bb62efd376a 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -29,17 +29,13 @@ #![allow(unused_attributes)] #![feature(specialization)] -#![cfg_attr(stage0, unstable(feature = "rustc_private", issue = "27812"))] -#![cfg_attr(stage0, feature(rustc_private))] -#![cfg_attr(stage0, feature(staged_api))] - use std::borrow::Cow; use std::cell::{Cell, RefCell}; -use std::ops::{Add, Sub}; -use std::rc::Rc; use std::cmp; use std::fmt; use std::hash::Hasher; +use std::ops::{Add, Sub}; +use std::rc::Rc; use rustc_data_structures::stable_hasher::StableHasher; -- cgit 1.4.1-3-g733a5