Skip to content

Commit

Permalink
Fix the rustc feature
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and alexcrichton committed Mar 24, 2017
1 parent 35cf8dc commit 382626a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// When compiled for the rustc compiler itself we want to make sure that this is
// an unstable crate.
#![cfg_attr(rustbuild, feature(staged_api))]
#![cfg_attr(rustbuild, unstable(feature = "rustdoc", issue = "27812"))]
#![cfg_attr(rustbuild, unstable(feature = "rustc_private", issue = "27812"))]

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit 382626a

Please sign in to comment.