Skip to content

Commit

Permalink
re-mark the never docs as unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Sep 13, 2018
1 parent 90d36fb commit dda7e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ mod prim_bool { }
/// [`Default`]: default/trait.Default.html
/// [`default()`]: default/trait.Default.html#tymethod.default
///
#[unstable(feature = "never_type", issue = "35121")]
mod prim_never { }

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

0 comments on commit dda7e0d

Please sign in to comment.