Extensively use rustfmt #11

Merged
quentin merged 3 commits from quality/rustfmt into main 2021-09-20 14:06:06 +00:00
Showing only changes of commit 68cb4d5482 - Show all commits

View file

@ -7,8 +7,9 @@ workspace:
steps: steps:
- name: code style - name: code style
image: rustlang/rust:nightly-slim image: rust:1.47
commands: commands:
- rustup toolchain install nightly-x86_64-unknown-linux-gnu
- rustup component add rustfmt --toolchain nightly - rustup component add rustfmt --toolchain nightly
- cargo +nightly fmt --all -- --check - cargo +nightly fmt --all -- --check
# - name: code quality # - name: code quality