Commit 5ae1965
committed
Fix: Remove
The `[cfg_attr(feature = "serde")]` feature detection for
`RaftTypeConfig` implementation should not be evaluated in application
crates when the `declare_raft_types!` macro is called. This detection
logic should be removed from the macro and instead added to each type
that uses `RaftTypeConfig`.serde feature detection from declare_raft_types! macro1 parent 6b94d62 commit 5ae1965
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
0 commit comments