pimutils / mates.rs

A very simple commandline addressbook
MIT License
63 stars 9 forks source link

Update to edition 2018 #32

Open WhyNotHugo opened 11 months ago

WhyNotHugo commented 11 months ago

From https://github.com/pimutils/mates.rs/pull/31

Most of this diff is changes in cargo fmt and replacing try!(x) with x?.