Skip to content

auto: Register snapshots #4806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 5, 2013
6 changes: 0 additions & 6 deletions src/libcore/extfmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,6 @@ pub mod rt {

pub enum Ty { TyDefault, TyBits, TyHexUpper, TyHexLower, TyOctal, }

#[cfg(stage0)]
pub type Conv = {flags: u32, width: Count, precision: Count, ty: Ty};

#[cfg(stage1)]
#[cfg(stage2)]
#[cfg(stage3)]
pub struct Conv {
flags: u32,
width: Count,
Expand Down
Loading