Skip to content

Commit

Permalink
change stability of prim_never
Browse files Browse the repository at this point in the history
  • Loading branch information
canndrew committed Nov 24, 2017
1 parent 6612590 commit 3184520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/primitive_docs.rs
Expand Up @@ -168,7 +168,7 @@ mod prim_bool { }
/// [`Debug`]: fmt/trait.Debug.html
/// [`Default`]: default/trait.Default.html
///
#[stable(feature = "rust1", since = "1.23.0")]
#[unstable(feature = "never_type_impls", issue = "35121")]
mod prim_never { }

#[doc(primitive = "char")]
Expand Down

0 comments on commit 3184520

Please sign in to comment.