Skip to content

Commit 127b958

Browse files
committed
fix(test): allow unexpected_cfgs for pdu_test_skip_fs_errors
Suppress the -D unexpected-cfgs error by adding #[allow(unexpected_cfgs)] before the custom cfg gate. https://claude.ai/code/session_01Ki7wbrgQXWs2GXf8h2hybQ
1 parent 643c21a commit 127b958

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/cli_errors.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ fn max_depth_0() {
106106
}
107107

108108
#[cfg(unix)]
109+
#[allow(unexpected_cfgs)]
109110
#[cfg(not(pdu_test_skip_fs_errors))]
110111
#[test]
111112
fn fs_errors() {

0 commit comments

Comments
 (0)