Skip to content

Commit 9eb4436

Browse files
committed
Add link to module-level Option documentation.
1 parent cf636c2 commit 9eb4436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/option.rs

+1-1
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)