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 3f3fc0c + 0514e54 commit 08ddfc1Copy full SHA for 08ddfc1
src/libstd/error.rs
@@ -33,9 +33,6 @@
33
//! particular implementation, but also reveal some of its implementation for
34
//! debugging via `cause` chains.
35
//!
36
-//! The trait inherits from `Any` to allow *downcasting*: converting from a
37
-//! trait object to a specific concrete type when applicable.
38
-//!
39
//! # The `FromError` trait
40
41
//! `FromError` is a simple trait that expresses conversions between different
0 commit comments