Commit 83d7f05
chore: gate legacy migration functions with #[cfg(windows)] (#31)
Replaced #[allow(dead_code)] with #[cfg(windows)] for
`migrate_from_numeric_id` and `get_theme_from_numeric_id` in
`src/icon_manager.rs`. These functions are only used for Windows-specific
legacy settings migration, and gating them correctly resolves dead code
warnings on other platforms.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: bearice <270121+bearice@users.noreply.github.com>1 parent 47b21ce commit 83d7f05
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments