Skip to content

Commit 323abd8

Browse files
chore(make): adjust rust-fmt make rule
1 parent 3d7285b commit 323abd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ clean: ts-clean ## Run cargo clean and the ts-clean target, remove all stamps
609609
# Rust
610610

611611
$(STAMPS)/rust-fmt: $(RUST_SOURCES)
612-
cargo fmt
612+
cargo +nightly fmt --all
613613
$(TOUCH_STAMP)
614614

615615
.PHONY: rust-fmt

0 commit comments

Comments
 (0)