meval-rs
meval-rs copied to clipboard
removed depracation warnings and substituted
In Detail
-
- Removed impl for describe method or meval::error::Error
-
- changed try!() to ? operator
-
- changed ... 's in tokenizer.rs to ..= 's in line 129 and 124
-
- removed redundant import of nom::Needed
-
- converted un-generated doc to comment line 148
-
- changed mentions of traits to
dyn
trait
- changed mentions of traits to
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.