Skip to content

Commit 0514e54

Browse files
committed
std::error: fix stray doc comment
1 parent 3a8f4ec commit 0514e54

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)