std: try to fix breakage.

This commit is contained in:
Graydon Hoare 2012-11-22 23:24:30 -08:00
parent e8dcb654ce
commit dc34fb9219
2 changed files with 6 additions and 8 deletions

View File

@ -85,7 +85,7 @@ pub mod par;
pub mod cmp;
pub mod base64;
pub mod rl;
pub mod workcache;
// pub mod workcache;
#[cfg(unicode)]
mod unicode;

View File

@ -1,15 +1,13 @@
extern mod std;
use core::cmp::Eq;
use send_map::linear::LinearMap;
use pipes::{recv, oneshot, PortOne, send_one};
use either::{Right,Left,Either};
use std::json;
use std::sha1;
use std::serialization::{Serializer,Serializable,
Deserializer,Deserializable,
deserialize};
use json;
use sha1;
use serialization::{Serializer,Serializable,
Deserializer,Deserializable,
deserialize};
/**
*