mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
The ParseErrorReporter trait no longer needs to be Send.
This commit is contained in:
parent
3773a4d499
commit
58e39bfffa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue