Removed num::Orderable
This commit is contained in:
parent
94d453e459
commit
bf1464c413
26 changed files with 55 additions and 313 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue