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

globset: Add GlobSet::builder #2635

Closed
wants to merge 2 commits into from

Conversation

jplatte
Copy link
Contributor

@jplatte jplatte commented Oct 16, 2023

It's a somewhat common pattern to have Type::builder be an alias for TypeBuilder::new (or even the only way of constructing TypeBuilder). It means you don't have to import the builder type separately for common usage.

Thanks for this very handy small library 💚

- Use inline code blocks for type names
- Link to GlobSet
… as a likely more convenient version of GlobSetBuilder::new.
Copy link
Owner

@BurntSushi BurntSushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I've taken to doing this in other crates as well. I like it.

@BurntSushi BurntSushi added the rollup A PR that has been merged with many others in a rollup. label Oct 16, 2023
BurntSushi pushed a commit that referenced this pull request Oct 16, 2023
This avoids needing to import and call GlobSetBuilder::new explicitly.

Closes #2635
BurntSushi pushed a commit that referenced this pull request Oct 16, 2023
This avoids needing to import and call GlobSetBuilder::new explicitly.

Closes #2635
@jplatte
Copy link
Contributor Author

jplatte commented Nov 6, 2023

I'm not in a hurry to have this merged, but is it normal that it takes many weeks from creation of rollup to merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR that has been merged with many others in a rollup.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants