bmwill / diffy

Tools for finding and manipulating differences between files
Apache License 2.0
75 stars 22 forks source link

Do not use `matches!` there #4

Closed weiznich closed 4 years ago

weiznich commented 4 years ago
bmwill commented 4 years ago

Looks good! There was really no reason for using the matches!() macro other than I was trying it out. To be honest I hadn't really thought too much about the minimal supported rust version but I probably should start.