This commit is contained in:
Tom Alexander 2020-05-10 15:02:59 -04:00
parent 7e0e776486
commit c438653449
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@ pub trait Loopable {
fn get_loop_elements(&self) -> Vec<&dyn ContextElement>;
}
impl PartialEq<dyn ContextElement> for dyn ContextElement {
fn eq(&self, other: &dyn ContextElement) -> bool {
todo!()
}
}
// impl PartialEq<dyn ContextElement> for dyn ContextElement {
// fn eq(&self, other: &dyn ContextElement) -> bool {
// todo!()
// }
// }