diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 08:50:05 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-17 08:50:05 -0700 |
| commit | 60d2689ab20aef8568c5248f7c8b1a5de59a22d2 (patch) | |
| tree | b3bf71455d7cbd3e1984bca1547e3f97d7903bd3 /src/libcore | |
| parent | 3cf43aeb4f39cc5814ace82637b37d6bafbda7e6 (diff) | |
| parent | c4a1c3800b7964fb19f2a32519aaa0fc2c0c87fc (diff) | |
rollup merge of #17329 : alexcrichton/snapshots
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/fmt/rt.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libcore/fmt/rt.rs b/src/libcore/fmt/rt.rs index 59fbde88d8b..1c88eb6ddfa 100644 --- a/src/libcore/fmt/rt.rs +++ b/src/libcore/fmt/rt.rs @@ -14,13 +14,6 @@ //! These definitions are similar to their `ct` equivalents, but differ in that //! these can be statically allocated and are slightly optimized for the runtime -#[cfg(stage0)] -#[doc(hidden)] -pub enum Piece<'a> { - String(&'a str), - Argument(Argument<'a>), -} - #[doc(hidden)] pub struct Argument<'a> { pub position: Position, |
