Closed plule closed 2 years ago
Set::remove() was not actually removing the entry due to the or instead of and bit operation.
or
and
Additionally: in lib.rs refer explicitly to crate::staff, otherwise I'm getting some ambiguous reference?
Good catch 👍 thanks!
Set::remove() was not actually removing the entry due to the
or
instead ofand
bit operation.Additionally: in lib.rs refer explicitly to crate::staff, otherwise I'm getting some ambiguous reference?