std::error: fix stray doc comment

This commit is contained in:
Aaron Turon 2014-11-04 12:43:35 -08:00
parent 3a8f4ec32a
commit 0514e54b97

View File

@ -33,9 +33,6 @@
//! particular implementation, but also reveal some of its implementation for
//! debugging via `cause` chains.
//!
//! The trait inherits from `Any` to allow *downcasting*: converting from a
//! trait object to a specific concrete type when applicable.
//!
//! # The `FromError` trait
//!
//! `FromError` is a simple trait that expresses conversions between different