summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2017-09-06 09:49:20 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2017-09-06 09:50:46 +0300
commit3c1c7541ca1a7e8f41d005d9c8c14f5717e4abe5 (patch)
tree197bf5c9c01e6f3ddf6a47b26e50ddb92f59f252 /Cargo.toml
parent1c1c790336366f38a3e93ed90bf7fadfe5fd32f7 (diff)
Address some pedantic clippy warnings
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 33e254f..2d942e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,6 @@ gitlab = { repository = "imp/pager-rs" }
[dependencies]
errno = "0.2"
libc = "0.2"
+
+[features]
+pedantic = []