1
Fork 0

Register new snapshots

This commit is contained in:
Alex Crichton 2015-03-18 09:36:18 -07:00
parent 94a95067e0
commit fccf5a0005
56 changed files with 1059 additions and 4030 deletions

View file

@ -204,8 +204,6 @@ use std::io::prelude::*;
use std::io;
use std::mem::{swap};
use std::num::FpCategory as Fp;
#[cfg(stage0)]
use std::num::{Float, Int};
use std::ops::Index;
use std::str::FromStr;
use std::string;