robertdfrench / git-pr

Pull requests without Git(Hub|Lab)
GNU General Public License v3.0
0 stars 1 forks source link

lazy_static doesn't help in `git-pr-list` #18

Closed robertdfrench closed 3 years ago

robertdfrench commented 3 years ago

It compiles regexes at first runtime use, not at (rust) compile time. So ends up being the same as if we initialized them normally.