There was an error while loading. Please reload this page.
1 parent d3ae3a7 commit 4fccff6Copy full SHA for 4fccff6
1 file changed
kurbo/src/svg.rs
@@ -541,7 +541,6 @@ mod tests {
541
}
542
543
#[test]
544
- #[expect(clippy::float_cmp)]
545
fn test_parse_scientific_notation() {
546
let path = BezPath::from_svg("M 0 0 L 1e-123 -4E+5").unwrap();
547
assert_eq!(
0 commit comments