about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-07-01 23:05:06 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-07-01 23:05:06 +0200
commit5976355b67a05be3096e35d6467a057f920ea799 (patch)
treeecc14db3e46cf78c49f6c51a6c21af6eefdddde2
parent8a599c8cef871d842eea0a6217cfce23093d09cf (diff)
downloadrust-5976355b67a05be3096e35d6467a057f920ea799.tar.gz
rust-5976355b67a05be3096e35d6467a057f920ea799.zip
doc: there is just one trait in here
Also, the info is repeated in the following paragraph
-rw-r--r--src/libcore/any.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/any.rs b/src/libcore/any.rs
index f0c77ae866d..8d86e6fb194 100644
--- a/src/libcore/any.rs
+++ b/src/libcore/any.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Traits for dynamic typing of any `'static` type (through runtime reflection)
-//!
 //! This module implements the `Any` trait, which enables dynamic typing
 //! of any `'static` type through runtime reflection.
 //!