Auto merge of #26724 - tshepang:patch-1, r=bluss

Also, the info is repeated in the following paragraph
This commit is contained in:
bors 2015-07-02 15:57:30 +00:00
commit 6809481896

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