Remove build script from serde_derive

The current serde_derive's MSRV is 1.56, and both underscore consts and
ptr::addr_of! are always available.
This commit is contained in:
Taiki Endo
2023-05-06 05:34:38 +09:00
parent 99f165b45a
commit ef2a7c753f
5 changed files with 10 additions and 83 deletions
-2
View File
@@ -69,8 +69,6 @@ pub fn expand_derive_deserialize(
Ok(dummy::wrap_in_const(
cont.attrs.custom_serde_path(),
"DESERIALIZE",
ident,
impl_block,
))
}