Skip to content

Commit 6809481

Browse files
committed
Auto merge of #26724 - tshepang:patch-1, r=bluss
Also, the info is repeated in the following paragraph
2 parents 50cb22f + 5976355 commit 6809481

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcore/any.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! Traits for dynamic typing of any `'static` type (through runtime reflection)
12-
//!
1311
//! This module implements the `Any` trait, which enables dynamic typing
1412
//! of any `'static` type through runtime reflection.
1513
//!

0 commit comments

Comments
 (0)