Skip to content

Commit

Permalink
Rollup merge of rust-lang#22288 - steveklabnik:add_option_link, r=nik…
Browse files Browse the repository at this point in the history
…omatsakis
  • Loading branch information
steveklabnik committed Feb 15, 2015
2 parents 82e42a0 + 9eb4436 commit 51abc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ use slice;
// `Iterator` is an enumeration with one type parameter and two variants,
// which basically means it must be `Option`.

/// The `Option` type.
/// The `Option` type. See [the module level documentation](../index.html) for more.
#[derive(Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Debug, Hash)]
#[stable(feature = "rust1", since = "1.0.0")]
pub enum Option<T> {
Expand Down

0 comments on commit 51abc97

Please sign in to comment.