Skip to content

Commit

Permalink
Fix link that is currently broken due to bad markup
Browse files Browse the repository at this point in the history
  • Loading branch information
fhartwig committed Dec 25, 2015
1 parent 711f11e commit 0cf5083
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/lib.rs
Expand Up @@ -76,7 +76,7 @@
//! `i32`](primitive.i32.html) that lists all the methods that can be called on
//! 32-bit integers (very useful), and there is a [page for the module
//! `std::i32`](i32/index.html) that documents the constant values [`MIN`] and
//! [`MAX`] (rarely useful).
//! [`MAX`](i32/constant.MAX.html) (rarely useful).
//!
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
Expand Down Expand Up @@ -153,7 +153,6 @@
//!
//! [I/O]: io/index.html
//! [`MIN`]: i32/constant.MIN.html
//! [`MAX`]: i32/constant.MAX.html
//! [TCP]: net/struct.TcpStream.html
//! [The Rust Prelude]: prelude/index.html
//! [UDP]: net/struct.UdpSocket.html
Expand Down

0 comments on commit 0cf5083

Please sign in to comment.