Skip to content

Commit bcf82df

Browse files
Tptdavidhewitt
andcommitted
Update src/pyclass.rs
Co-authored-by: David Hewitt <[email protected]>
1 parent a317ef1 commit bcf82df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyclass.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ pub mod boolean_struct {
113113
}
114114
}
115115

116-
pub struct True;
117-
pub struct False;
116+
pub struct True(());
117+
pub struct False(());
118118
}
119119

120120
/// A trait which is used to describe whether a `#[pyclass]` is frozen.

0 commit comments

Comments
 (0)