servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

remove matches dependency #54

Closed Johann150 closed 3 years ago

Johann150 commented 3 years ago

The matches macro is stabilized in std since 1.42.0.

clarfonthey commented 3 years ago

That's not the minimum Rust version for the library.

Johann150 commented 3 years ago

Oh, I must have overlooked that.