Removed num::Orderable

This commit is contained in:
Michael Darakananda 2014-02-06 02:34:33 -05:00
parent 94d453e459
commit bf1464c413
26 changed files with 55 additions and 313 deletions

View file

@ -16,7 +16,7 @@
use std::io;
use std::io::{BufferedWriter, File};
use std::num::min;
use std::cmp::min;
use std::os;
static LINE_LENGTH: uint = 60;

View file

@ -14,7 +14,7 @@ extern mod sync;
use std::from_str::FromStr;
use std::iter::count;
use std::num::min;
use std::cmp::min;
use std::os;
use std::vec::from_elem;
use sync::Arc;