Summary:
- Fixed:
- 5ae1965b Remove
serde
feature detection fromdeclare_raft_types!
macro.
- 5ae1965b Remove
Detail:
Fixed:
-
Fixed: 5ae1965b Remove
serde
feature detection fromdeclare_raft_types!
macro; by 张炎泼; 2024-11-30The
[cfg_attr(feature = "serde")]
feature detection for
RaftTypeConfig
implementation should not be evaluated in application
crates when thedeclare_raft_types!
macro is called. This detection
logic should be removed from the macro and instead added to each type
that usesRaftTypeConfig
.