Skip to content

Commit 08ddfc1

Browse files
committed
rollup merge of rust-lang#18628 : aturon/fixup-error-comment
2 parents 3f3fc0c + 0514e54 commit 08ddfc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/error.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
//! particular implementation, but also reveal some of its implementation for
3434
//! debugging via `cause` chains.
3535
//!
36-
//! The trait inherits from `Any` to allow *downcasting*: converting from a
37-
//! trait object to a specific concrete type when applicable.
38-
//!
3936
//! # The `FromError` trait
4037
//!
4138
//! `FromError` is a simple trait that expresses conversions between different

0 commit comments

Comments
 (0)