PartialEq implemented too.
This commit is contained in:
@@ -42,6 +42,6 @@ pub trait IntoBoxedContextElement {
|
||||
|
||||
impl<'a, 'b> PartialEq<&'b dyn ContextElement> for &'a dyn ContextElement {
|
||||
fn eq(&self, other: &&'b dyn ContextElement) -> bool {
|
||||
false
|
||||
self.equals(*other)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user