Skip to content

Commit 15ffe64

Browse files
committed
new cargo warnings removed
1 parent 04f54ff commit 15ffe64

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/util/assertions.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,7 @@ pub fn tracker_matches_layout(ct: &CollisionTracker, l: &Layout) -> bool {
7373
.map(|p| format!("({},{})", p.0, p.1))
7474
.collect_vec()
7575
);
76-
77-
{
78-
let mut svg_draw_options = SvgDrawOptions::default();
79-
svg_draw_options.quadtree = true;
80-
panic!("tracker error");
81-
}
76+
panic!("tracker error");
8277
}
8378
}
8479
}

0 commit comments

Comments
 (0)