summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-11 17:10:28 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-11 17:10:28 +0200
commit8a562b9f8cd37fe23bc61974ee2124d77bbd9885 (patch)
treee28841ad8f338a59f53990058c7ca32e635c8314 /src/lib.rs
parent856a6a17aa927e95e33cffcbd178efe86ce14262 (diff)
Clippy-suggested edits
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index de8b120..1883b8e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,5 @@
+#![warn(clippy)]
+
extern crate serde;
extern crate serde_json;