Merge pull request #98 from mbr/mbr-compile-on-stable

Remove unused feature, allowing compilation on stable again.
This commit is contained in:
Vladimir Komendantskiy 2018-07-01 17:41:37 +01:00 committed by GitHub
commit 15caa4f949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@
//! If `serialization-protobuf` is enabled, the message types support serialization with [Google
//! protocol buffers](https://developers.google.com/protocol-buffers/docs/overview).
#![feature(optin_builtin_traits)]
// TODO: Remove this once https://github.com/rust-lang-nursery/error-chain/issues/245 is resolved.
#![allow(renamed_and_removed_lints)]