about summary refs log tree commit diff
path: root/src/librustdoc/html/format.rs
diff options
context:
space:
mode:
authorAlexander Korolkov <alexander.korolkov@gmail.com>2015-02-05 15:04:07 +0300
committerAlexander Korolkov <alexander.korolkov@gmail.com>2015-02-08 20:00:30 +0300
commit34afe5e193182a0029abe1ae8258f79f4cd56cd9 (patch)
treeb3b464820ac3147838891a66351701f8071ce00c /src/librustdoc/html/format.rs
parent725cc06464abda7a657780f12feaefb7f10333c6 (diff)
downloadrust-34afe5e193182a0029abe1ae8258f79f4cd56cd9.tar.gz
rust-34afe5e193182a0029abe1ae8258f79f4cd56cd9.zip
Rename Show to Debug, String to Display
Update reference.md:
 - derive() no longer supports Zero trait
 - derive() now supports Copy trait
Diffstat (limited to 'src/librustdoc/html/format.rs')
-rw-r--r--src/librustdoc/html/format.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/format.rs b/src/librustdoc/html/format.rs
index cc2cf21095e..e916b63eb8d 100644
--- a/src/librustdoc/html/format.rs
+++ b/src/librustdoc/html/format.rs
@@ -10,7 +10,7 @@
 
 //! HTML formatting module
 //!
-//! This module contains a large number of `fmt::String` implementations for
+//! This module contains a large number of `fmt::Display` implementations for
 //! various types in `rustdoc::clean`. These implementations all currently
 //! assume that HTML output is desired, although it may be possible to redesign
 //! them in the future to instead emit any format desired.