Skip to content

Commit 4ca3989

Browse files
fix abi3 tests
1 parent a998094 commit 4ca3989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyo3-ffi/src/compat/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ macro_rules! compat_function {
4242
use $crate::compat::*;
4343

4444
#[test]
45+
$(#[$attrs])*
4546
fn test_export() {
4647
let _ = $name;
4748
}

0 commit comments

Comments
 (0)