aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/style/error_reporting.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/error_reporting.rs b/components/style/error_reporting.rs
index 1191c2b3ebb..2e16463d788 100644
--- a/components/style/error_reporting.rs
+++ b/components/style/error_reporting.rs
@@ -75,7 +75,7 @@ impl<'a> ParseError<'a> {
}
/// A generic trait for an error reporter.
-pub trait ParseErrorReporter : Sync + Send {
+pub trait ParseErrorReporter : Sync {
/// Called when the style engine detects an error.
///
/// Returns the current input being parsed, the source position it was