Skip to content

Commit

Permalink
Changes to suppress cargo build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita committed Jan 3, 2022
1 parent 24e388f commit a59349c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
rustflags = ["-Dwarnings"]

[target.'cfg(all())']
rustflags = ["-Dwarnings"]
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: rust/default
tag: 1.56.1
environment:
RUSTFLAGS: '-D warnings'
RUSTFLAGS: '-Dwarnings'
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit a59349c

Please sign in to comment.