]> git.lizzy.rs Git - rust.git/commit
Change strptime::match_strs to use borrowed rather than owned strings
authorAngus Lees <gus@inodes.org>
Fri, 1 Aug 2014 05:37:04 +0000 (15:37 +1000)
committerAngus Lees <gus@inodes.org>
Fri, 1 Aug 2014 05:39:00 +0000 (15:39 +1000)
commit17d5c64941176c555f8084f3ce638de0de7ca215
tree241a339baf6dc9bdeda3cf3dc046f14d99339c7b
parentb495933a7fdc5e7b28ddbb058d1e2dab330ace7b
Change strptime::match_strs to use borrowed rather than owned strings

Also modernise a few constructs in match_strs().
src/libtime/lib.rs