PartialEq compiling with double lifetimes.
This commit is contained in:
@@ -245,7 +245,10 @@ impl<'a> DustRenderer<'a> {
|
||||
RValue::RVPath(path) => walk_path(breadcrumbs, &path.keys),
|
||||
},
|
||||
};
|
||||
if left_side.unwrap().equals(right_side.unwrap()) {
|
||||
// if left_side.unwrap().equals(right_side.unwrap()) {
|
||||
// panic!("testing");
|
||||
// }
|
||||
if left_side.unwrap() == right_side.unwrap() {
|
||||
panic!("testing");
|
||||
}
|
||||
// let x = WalkError::CantWalk;
|
||||
|
||||
Reference in New Issue
Block a user