mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-17 16:11:03 +00:00
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:
@@ -69,8 +69,6 @@ pub fn expand_derive_deserialize(
|
||||
|
||||
Ok(dummy::wrap_in_const(
|
||||
cont.attrs.custom_serde_path(),
|
||||
"DESERIALIZE",
|
||||
ident,
|
||||
impl_block,
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user