We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34fdf7 commit 2662bf8Copy full SHA for 2662bf8
.rustfmt.toml
@@ -0,0 +1 @@
1
+max_width = 80
.travis.yml
@@ -20,11 +20,13 @@ branches:
20
21
before_script:
22
- rustup target add thumbv7em-none-eabihf
23
- # - rustup component add clippy
+ - rustup component add clippy
24
+ - rustup component add rustfmt
25
26
script:
- # - cargo clippy
27
- "cargo build --target thumbv7em-none-eabihf --features \"$FEATURES\" $ARGS"
28
+ - cargo clippy
29
+ - cargo fmt --all -- --check
30
31
notifications:
32
email: false
0 commit comments