*: Replace _serde with dep:serde in Cargo.toml (#2868)

This commit is contained in:
Alexander Shishenko
2022-09-08 11:30:43 +03:00
committed by GitHub
parent 83c67954e9
commit c650dc19db
7 changed files with 5 additions and 14 deletions

View File

@ -35,9 +35,6 @@
//! define how to upgrade each individual substream to use a protocol.
//! See the `upgrade` module.
#[cfg(feature = "serde")]
extern crate _serde as serde;
#[allow(clippy::derive_partial_eq_without_eq)]
mod keys_proto {
include!(concat!(env!("OUT_DIR"), "/keys_proto.rs"));