Skip to content

Commit 9d200ea

Browse files
committed
Fix the last warning
1 parent 630e11a commit 9d200ea

File tree

2 files changed

+100
-153
lines changed

2 files changed

+100
-153
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
working_directory: ~/build
2929
docker:
3030
- image: rust:1.19.0
31+
environment:
32+
RUSTFLAGS: -D warnings
3133
- image: sfackler/rust-postgres-test:3
3234
steps:
3335
- checkout

0 commit comments

Comments
 (0)