Commit 0aee831
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 127b958 commit 0aee831
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
| 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