Skip to content

Commit

Permalink
Add lamentation
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Jul 13, 2022
1 parent 237f22b commit 0937310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ pub struct LayerSet {

impl PartialEq for LayerSet {
fn eq(&self, other: &Self) -> bool {
// Ignore path_set as an implementation detail.
// Ignore path_set as an implementation detail. I hope this does not
// lead to observable differences in behavior when reading from disk vs.
// recreating it in memory...
self.layers == other.layers
}
}
Expand Down

0 comments on commit 0937310

Please sign in to comment.