bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
64 stars 12 forks source link

cli: Use time::format_description::parse_borrowed #116

Closed A6GibKm closed 3 weeks ago

A6GibKm commented 3 weeks ago

Instead of parse. See its documentation https://docs.rs/time/latest/time/format_description/fn.parse.html where it says that it should be used instead. The difference between v1 and v2 is mostly about escaping characters we don't use here.