cmp::{Less, Equal, Great} are in the prelude, it seems

This commit is contained in:
Jeff Olson
2013-12-24 09:22:44 -08:00
parent 6326edb9ef
commit 7f82d4bfb0
-1
View File
@@ -1,7 +1,6 @@
extern mod extra;
use std::io::Writer;
use super::get_writer;
use std::cmp::{Less, Equal, Greater};
struct Key {
code: uint,