Skip to content

🧹 Convert some Cow<'src, str> usages into &'src str#790

Merged
reese merged 1 commit intotrunkfrom
reese-cow-cleanup
Jan 16, 2026
Merged

🧹 Convert some Cow<'src, str> usages into &'src str#790
reese merged 1 commit intotrunkfrom
reese-cow-cleanup

Conversation

@reese
Copy link
Collaborator

@reese reese commented Jan 16, 2026

There are several places where we used Cows as a way to handle String from ripper and &str from Prism, but now that the Ripper implementation is gone, we can convert those to just use &str instead.

@reese reese force-pushed the reese-cow-cleanup branch from 7e85d66 to 7dc0b17 Compare January 16, 2026 16:52
@reese reese merged commit 01fc523 into trunk Jan 16, 2026
8 checks passed
@reese reese deleted the reese-cow-cleanup branch January 16, 2026 21:40
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