extern mod => extern crate
This was previously implemented, and it just needed a snapshot to go through
This commit is contained in:
@@ -24,7 +24,7 @@ Core encoding and decoding interfaces.
|
||||
|
||||
// test harness access
|
||||
#[cfg(test)]
|
||||
extern mod extra;
|
||||
extern crate extra;
|
||||
|
||||
pub use self::serialize::{Decoder, Encoder, Decodable, Encodable,
|
||||
DecoderHelpers, EncoderHelpers};
|
||||
|
||||
Reference in New Issue
Block a user