Browse Source

rustfmt: some options still need nightly

Fabian 7 months ago
parent
commit
73220c6a76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -323,7 +323,7 @@ jshint:
 	jshint --config=./.jshint.json src tests gen lib
 
 rustfmt: $(RUST_FILES)
-	cargo fmt --all -- --check
+	cargo +nightly fmt --all -- --check
 
 build/capstone-x86.min.js:
 	mkdir -p build