Skip to content

Commit

Permalink
Merge pull request servo#28 from jdm/rustup2
Browse files Browse the repository at this point in the history
Test fixes.
  • Loading branch information
metajack committed Apr 4, 2014
2 parents 4891b38 + e06e463 commit 57eeed0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
#[crate_type = "dylib"];
#[crate_type = "rlib"];

#[cfg(test)]
extern crate extra;

extern crate std;
use std::cast;
use std::io;
Expand All @@ -25,7 +22,7 @@ use std::libc::{c_int, size_t};

pub mod ffi;

#[deriving(Eq)]
#[deriving(Eq,Show)]
pub enum ColorType {
K1, K2, K4, K8, K16,
KA8, KA16,
Expand Down

0 comments on commit 57eeed0

Please sign in to comment.