Skip to content

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Oct 16, 2023

This makes the code a bit easier to read and smaller.

Some of it was done with this command, and later fixed by hand:

 cargo clippy --workspace --allow-dirty --fix --benches --tests --bins -- -A clippy::all -W clippy::uninlined_format_args

@nyurik nyurik changed the title Inline format-args Move regex-capi to 2021 & inline format-args Oct 16, 2023
Copy link
Member

@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.

Thank you! Just a couple of nits and this should be good to go.

@nyurik
Copy link
Contributor Author

nyurik commented Oct 16, 2023

fixed

@nyurik nyurik requested a review from BurntSushi October 16, 2023 16:04
@nyurik
Copy link
Contributor Author

nyurik commented Oct 21, 2023

@BurntSushi hi, friendly ping - let me know if anything else is needed for this and other regex PRs. Thx!

Copy link
Contributor Author

@nyurik nyurik left a comment

Choose a reason for hiding this comment

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

i think this one is done and addressed all feedback. Let me know if anything else needs fixing

@BurntSushi
Copy link
Member

Please split the regex-capi changes out from everything else.

This makes the code a bit easier to read and smaller.

Some of it was done with this command, and later fixed by hand:

```
 cargo clippy --workspace --allow-dirty --fix --benches --tests --bins -- -A clippy::all -W clippy::uninlined_format_args
 ```
@nyurik nyurik changed the title Move regex-capi to 2021 & inline format-args Inline format-args Aug 24, 2025
@nyurik
Copy link
Contributor Author

nyurik commented Aug 24, 2025

@BurntSushi i moved capi to #1285 and updated this PR. Thx!

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