mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
rustfmt: run without nightly
This commit is contained in:
parent
1033f051ad
commit
7a88361a49
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -325,7 +325,7 @@ jshint:
|
|||
jshint --config=./.jshint.json src tests gen lib
|
||||
|
||||
rustfmt: $(RUST_FILES)
|
||||
cargo +nightly fmt --all -- --check
|
||||
cargo fmt --all -- --check --config fn_single_line=true,control_brace_style=ClosingNextLine
|
||||
|
||||
build/capstone-x86.min.js:
|
||||
mkdir -p build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue