Skip to content

Commit

Permalink
Remove #[unstable] on the codec module.
Browse files Browse the repository at this point in the history
It’s now an error outside of the standard library.
  • Loading branch information
SimonSapin committed Apr 23, 2015
1 parent 0a8ee65 commit ef52a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ pub use self::types::{CodecError, ByteWriter, StringWriter,
pub mod types;

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

0 comments on commit ef52a9f

Please sign in to comment.