meval-rs icon indicating copy to clipboard operation
meval-rs copied to clipboard

removed depracation warnings and substituted

Open FerrisWasTaken opened this issue 3 years ago • 1 comments

In Detail

    1. Removed impl for describe method or meval::error::Error
    1. changed try!() to ? operator
    1. changed ... 's in tokenizer.rs to ..= 's in line 129 and 124
    1. removed redundant import of nom::Needed
    1. converted un-generated doc to comment line 148
    1. changed mentions of traits to dyn trait

FerrisWasTaken avatar Jan 21 '22 15:01 FerrisWasTaken

Thank you for the pull request. I currently am a bit short on time so it might take me a week or two to review this.

rekka avatar Feb 21 '22 09:02 rekka