Skip to content

Commit db4a167

Browse files
committed
Rollup merge of rust-lang#22288 - steveklabnik:add_option_link, r=nikomatsakis
2 parents 1718e6b + 9eb4436 commit db4a167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ use slice;
162162
// `Iterator` is an enumeration with one type parameter and two variants,
163163
// which basically means it must be `Option`.
164164

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

0 commit comments

Comments
 (0)