about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/error.rs b/src/libcore/error.rs
index d7b4c9411fb..51f3369a75b 100644
--- a/src/libcore/error.rs
+++ b/src/libcore/error.rs
@@ -87,7 +87,7 @@ use fmt::{Debug, Display};
 
 /// Base functionality for all errors in Rust.
 #[stable(feature = "rust1", since = "1.0.0")]
-pub trait Error: Debug + Display + Send {
+pub trait Error: Debug + Display {
     /// A short description of the error.
     ///
     /// The description should not contain newlines or sentence-ending