Show derive macros in serde's rustdoc

This commit is contained in:
David Tolnay
2023-03-14 00:28:13 -07:00
parent a38aa31ade
commit 063dd5b93f
+2 -1
View File
@@ -338,8 +338,9 @@ mod std_error;
#[allow(unused_imports)]
#[macro_use]
extern crate serde_derive;
/// Derive macro available if serde is built with `features = ["derive"]`.
#[cfg(feature = "serde_derive")]
#[doc(hidden)]
pub use serde_derive::{Deserialize, Serialize};
#[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]