doc: there is just one trait in here

Also, the info is repeated in the following paragraph
This commit is contained in:
Tshepang Lekhonkhobe 2015-07-01 23:05:06 +02:00
parent 8a599c8cef
commit 5976355b67

View file

@ -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.
//!