Skip to content

Commit

Permalink
Merge pull request #566 from mulkieran/master-spaces
Browse files Browse the repository at this point in the history
Use spaces in Makefile wherever that will help w/ consistent formatting
  • Loading branch information
mulkieran authored Jul 22, 2020
2 parents b08e508 + 384dafd commit 3a599ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RUST_2018_IDIOMS = -D bare-trait-objects \
-D ellipsis-inclusive-range-patterns \
-D unused-extern-crates
-D ellipsis-inclusive-range-patterns \
-D unused-extern-crates

DENY = -D warnings -D future-incompatible -D unused ${RUST_2018_IDIOMS}

Expand Down

0 comments on commit 3a599ad

Please sign in to comment.