Rollup merge of #25099 - Eljay:master, r=steveklabnik
This commit is contained in:
commit
4fb22164a2
@ -161,7 +161,7 @@ use slice;
|
||||
// `Iterator` is an enumeration with one type parameter and two variants,
|
||||
// which basically means it must be `Option`.
|
||||
|
||||
/// The `Option` type. See [the module level documentation](../index.html) for more.
|
||||
/// 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> {
|
||||
|
Loading…
Reference in New Issue
Block a user