Skip to content

Commit 321c9e5

Browse files
bors[bot]jordens
andauthored
Merge #61
61: global: rustfmt r=jordens a=jordens Co-authored-by: Robert Jördens <rj@quartiq.de> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
2 parents 501b3c1 + 57c9f90 commit 321c9e5

File tree

8 files changed

+726
-469
lines changed

8 files changed

+726
-469
lines changed

.rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
max_width = 80

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ branches:
2020

2121
before_script:
2222
- rustup target add thumbv7em-none-eabihf
23-
# - rustup component add clippy
23+
- rustup component add clippy
24+
- rustup component add rustfmt
2425

2526
script:
26-
# - cargo clippy
2727
- "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS"
28+
- cargo clippy
29+
- cargo fmt --all -- --check
2830

2931
notifications:
3032
email: false

0 commit comments

Comments
 (0)