1
Fork 0

librustc: Change std to extra throughout libsyntax and librustc

This commit is contained in:
Patrick Walton 2013-05-18 12:39:17 -07:00
parent f3723cf7c4
commit c532e033c9
41 changed files with 113 additions and 102 deletions

View file

@ -24,7 +24,7 @@ source code snippets, etc.
use core::prelude::*;
use core::to_bytes;
use std::serialize::{Encodable, Decodable, Encoder, Decoder};
use extra::serialize::{Encodable, Decodable, Encoder, Decoder};
pub trait Pos {
fn from_uint(n: uint) -> Self;