Implement traits for !

This commit is contained in:
David Tolnay
2018-06-03 00:02:29 -07:00
parent 0a71fe329c
commit 338fb67853
5 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
// discussion of these features please refer to this issue:
//
// https://github.com/serde-rs/serde/issues/812
#![cfg_attr(feature = "unstable", feature(specialization))]
#![cfg_attr(feature = "unstable", feature(specialization, never_type))]
#![cfg_attr(feature = "alloc", feature(alloc))]
#![cfg_attr(feature = "cargo-clippy", deny(clippy, clippy_pedantic))]
// Whitelisted clippy lints