Skip to content

Commit

Permalink
fix building with no default features
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Oct 30, 2024
1 parent dc8b7e7 commit 4a26752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/impl_/pyclass/assertions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ impl<T> PyClassSync<true> for T {}
impl<T> PyClassSync<false> for T {}

mod tests {
#[cfg(feature = "macros")]
#[test]
fn test_assert_pyclass_sync() {
use super::assert_pyclass_sync;
Expand Down

0 comments on commit 4a26752

Please sign in to comment.