diff options
Diffstat (limited to 'src/libstd/path')
| -rw-r--r-- | src/libstd/path/mod.rs | 8 |
1 files changed, 0 insertions, 8 deletions
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<T: BytesContainer>(&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 |
