]> git.lizzy.rs Git - rust.git/commit
regex: Convert statics to constants
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Oct 2014 23:32:48 +0000 (16:32 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 9 Oct 2014 16:44:51 +0000 (09:44 -0700)
commita64bb6623c0732e2b3f7f371f375dc70b58629b7
tree585f90a03e2bfcfa6595232a522dc11bf90b075b
parentabb1b2a309acfca78e89e6dac574f94a0ce4d916
regex: Convert statics to constants

This require a bit of finesse to work around the changes with libunicode, but
nothing too major!
src/libregex/parse.rs
src/libregex/re.rs
src/libregex_macros/lib.rs