Skip to content

Commit d94bb19

Browse files
committed
Temporarily disable rustfmt
- Issue with tests and modules causes rustfmt to fail (rust-lang/rustfmt#3794) - Will re-organize tests in 0.3 branch to fix. Don't want to do it here to avoid merge conflicts.
1 parent d8084fd commit d94bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_script:
3838

3939
script:
4040
# Check source code formatting
41-
- cargo fmt --all -- --check
41+
#- cargo fmt --all -- --check
4242
#- cargo clippy
4343
# Build everything (including optional packages)
4444
- cargo build --all --all-targets

0 commit comments

Comments
 (0)