assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
173 stars 29 forks source link

Implement `Send` and `Sync` for predicates with `PhantomData` #111

Closed taminomara closed 3 years ago

taminomara commented 3 years ago

Fix #108.

This fixes some predicates not being Send or Sync when T is not Send or Sync.

epage commented 3 years ago

Release in progress