rust-pcre icon indicating copy to clipboard operation
rust-pcre copied to clipboard

Make matches()/exec() work with non-mut pcre

Open omakoto opened this issue 8 years ago • 1 comments

It doesn't look like these methods need to take a mutable reference -- though I'm new to rust so I can't really tell for sure... Am I missing something? (It still builds fine and all tests still pass.)

omakoto avatar Sep 27 '16 18:09 omakoto

I agree that this does not to be mutable. It's sad that this repository has been abandoned for years...

TonalidadeHidrica avatar Nov 30 '21 15:11 TonalidadeHidrica