We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefc1b1 commit b3571d2Copy full SHA for b3571d2
tests/test_class.rs
@@ -87,7 +87,7 @@ fn new_with_two_args() {
87
assert_eq!(*obj._data2(py), 20);
88
}
89
90
-struct TestDropCall {
+pub struct TestDropCall {
91
drop_called: Arc<AtomicBool>
92
93
impl Drop for TestDropCall {
0 commit comments