Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove dependency on regex_macro #84

Merged
merged 1 commit into from
Mar 9, 2016
Merged

refactor: Remove dependency on regex_macro #84

merged 1 commit into from
Mar 9, 2016

Conversation

badboy
Copy link
Contributor

@badboy badboy commented Feb 16, 2016

It was not used in stable at all, because it only works in nightly.
Now that regex! is almost always slower¹ there's no reason to keep
it in.

¹: rust-lang/regex#164

(Same change sent to clog-lib as well: clog-tool/clog-lib#13)

It was not used in stable at all, because it only works in nightly.
Now that regex! is almost always slower¹ there's no reason to keep
it in.

¹: rust-lang/regex#164
@badboy
Copy link
Contributor Author

badboy commented Feb 16, 2016

(force-pushed to rebase against master)

@kbknapp
Copy link
Member

kbknapp commented Mar 9, 2016

Thanks! 👍

kbknapp added a commit that referenced this pull request Mar 9, 2016
refactor: Remove dependency on regex_macro
@kbknapp kbknapp merged commit 2b28ac3 into clog-tool:master Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants