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