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

Implement Debug for Captures #160

Closed
dhardy opened this issue Feb 8, 2016 · 2 comments
Closed

Implement Debug for Captures #160

dhardy opened this issue Feb 8, 2016 · 2 comments

Comments

@dhardy
Copy link

dhardy commented Feb 8, 2016

src/detail/discover.rs:309:40: 309:44 error: the trait `core::fmt::Debug` is not implemented for the type `regex::re::Captures<'_>` [E0277]
src/detail/discover.rs:309                 println!("caps: {:?}", caps);
                                                                  ^~~~

Be nice if it was.

dhardy added a commit to dhardy/regex that referenced this issue Feb 8, 2016
@BurntSushi
Copy link
Member

Yes indeed! This is definitely an oversight.

@BurntSushi
Copy link
Member

This was done in commit 8d81a54

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

No branches or pull requests

2 participants