Commit 26b4c6c
chore: Fix clippy warning by feature-gating MaskValues serde helpers
The `from_buffer` and `from_buffer_with_counts` methods are only used
by the serde implementation, so they should be feature-gated to avoid
dead code warnings when the serde feature is disabled.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Signed-off-by: blaginin <[email protected]>1 parent 7484318 commit 26b4c6c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
0 commit comments