We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50cb22f + 5976355 commit 6809481Copy full SHA for 6809481
src/libcore/any.rs
@@ -8,8 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-//! Traits for dynamic typing of any `'static` type (through runtime reflection)
12
-//!
13
//! This module implements the `Any` trait, which enables dynamic typing
14
//! of any `'static` type through runtime reflection.
15
//!
0 commit comments