Commit 934f1f9
committed
fix(test): register pdu_test_skip_fs_errors in check-cfg
The #[allow(unexpected_cfgs)] approach doesn't override -D warnings
used in CI release builds. Register the custom cfg in Cargo.toml's
[lints.rust] section instead, which properly declares it as a known
cfg to the compiler.
https://claude.ai/code/session_01Ki7wbrgQXWs2GXf8h2hybQ1 parent 6b56aaf commit 934f1f9
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
| |||
0 commit comments