mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-20 11:31:04 +00:00
Merge pull request #2532 from dtolnay/macrouse
Delete unused serde_derive #[macro_use]
This commit is contained in:
@@ -335,8 +335,6 @@ mod std_error;
|
|||||||
// be annoying for crates that provide handwritten impls or data formats. They
|
// be annoying for crates that provide handwritten impls or data formats. They
|
||||||
// would need to disable default features and then explicitly re-enable std.
|
// would need to disable default features and then explicitly re-enable std.
|
||||||
#[cfg(feature = "serde_derive")]
|
#[cfg(feature = "serde_derive")]
|
||||||
#[allow(unused_imports)]
|
|
||||||
#[macro_use]
|
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
|
||||||
/// Derive macro available if serde is built with `features = ["derive"]`.
|
/// Derive macro available if serde is built with `features = ["derive"]`.
|
||||||
|
|||||||
Reference in New Issue
Block a user