Skip to content

Commit

Permalink
Merge pull request #29 from RalfJung/unexpected
Browse files Browse the repository at this point in the history
allow unexpected_cfgs
  • Loading branch information
RalfJung authored May 11, 2024
2 parents ebb645b + 8154340 commit 12839af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(deprecated, invalid_value)]
#![allow(deprecated, invalid_value, unexpected_cfgs)]

use std::ffi::CString;
use std::mem;
Expand Down

0 comments on commit 12839af

Please sign in to comment.