librustc: Change std
to extra
throughout libsyntax and librustc
This commit is contained in:
parent
f3723cf7c4
commit
c532e033c9
41 changed files with 113 additions and 102 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue