Skip to content

Commit 9616ab6

Browse files
committed
style: cargo fmt + clippy under stable 1.96 (CI toolchain) — black_box->std::hint, cmp_owned, empty-format; make rust-ci green on main
1 parent 729555d commit 9616ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/codegen/scaffold.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ description = "Chapel distributed computing -iser"
16371637
!repo
16381638
.files
16391639
.iter()
1640-
.any(|f| f.path == std::path::Path::new("src/interface/abi/Types.idr"))
1640+
.any(|f| f.path == *"src/interface/abi/Types.idr")
16411641
);
16421642
}
16431643

0 commit comments

Comments
 (0)