librustc: Change std to extra throughout libsyntax and librustc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user