staff-rs / staff

Music theory and score rendering library with midi, notes, chords, scales, and more.
https://staff-rs.github.io
MIT License
258 stars 11 forks source link

Fix Set::remove not working as expected #8

Closed plule closed 2 years ago

plule commented 2 years ago

Set::remove() was not actually removing the entry due to the or instead of and bit operation.

Additionally: in lib.rs refer explicitly to crate::staff, otherwise I'm getting some ambiguous reference?

matthunz commented 2 years ago

Good catch 👍 thanks!