Skip to content

Commit

Permalink
Merge pull request #88 from SimonSapin/master
Browse files Browse the repository at this point in the history
Upgrade to rustc 1.0.0-nightly (2baf34825 2015-04-21) (built 2015-04-22)
  • Loading branch information
lifthrasiir committed Apr 23, 2015
2 parents 88ba27e + ef52a9f commit 02440c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,17 +228,12 @@ pub use self::types::{CodecError, ByteWriter, StringWriter,
EncoderTrapFunc, DecoderTrapFunc, DecoderTrap,
EncoderTrap, decode}; // reexport

// XXX gah rust-lang/rust#15702
#[deprecated = "use encoding::RawEncoder instead"] pub use self::types::RawEncoder as Encoder;
#[deprecated = "use encoding::RawDecoder instead"] pub use self::types::RawDecoder as Decoder;

#[macro_use] mod util;
#[cfg(test)] #[macro_use] mod testutils;

pub mod types;

/// Codec implementations.
#[unstable]
pub mod codec {
pub mod error;
pub mod ascii;
Expand Down

0 comments on commit 02440c1

Please sign in to comment.