From d15d55973946f8f582ba69b1789b5b5d35da5b2d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 29 Aug 2014 14:33:08 -0700 Subject: Register new snapshots --- src/libstd/path/mod.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libstd/path') diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 6a10be84a62..86036c2a2dc 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -825,15 +825,7 @@ pub trait GenericPathUnsafe { unsafe fn push_unchecked(&mut self, path: T); } -/// Note: stage0-specific version that lacks bound. -#[cfg(stage0)] -pub struct Display<'a, P> { - path: &'a P, - filename: bool -} - /// Helper struct for printing paths with format!() -#[cfg(not(stage0))] pub struct Display<'a, P:'a> { path: &'a P, filename: bool -- cgit 1.4.1-3-g733a5