mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
cmp::{Less, Equal, Great} are in the prelude, it seems
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user