diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-05-18 12:39:17 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-05-22 21:57:08 -0700 |
| commit | c532e033c9ee92d208a9bb2fac4c12d901932f42 (patch) | |
| tree | 286fea43f1118aeb3927e0b07cc450d6095266b4 /src/libsyntax/codemap.rs | |
| parent | f3723cf7c486fd22544b71d27eca5ed7082c6dff (diff) | |
| download | rust-c532e033c9ee92d208a9bb2fac4c12d901932f42.tar.gz rust-c532e033c9ee92d208a9bb2fac4c12d901932f42.zip | |
librustc: Change `std` to `extra` throughout libsyntax and librustc
Diffstat (limited to 'src/libsyntax/codemap.rs')
| -rw-r--r-- | src/libsyntax/codemap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/codemap.rs b/src/libsyntax/codemap.rs index 5f701c4be8b..77a6137cd17 100644 --- a/src/libsyntax/codemap.rs +++ b/src/libsyntax/codemap.rs @@ -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; |
