JosephTLyons / JosephTLyons/termifind-rust
Reduce `clone()` Occurrences Where Possible
Open
clean up
- Dominant language
- Rust
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
In some places where there are `String`s being used and clones of those strings are occurring, it would be nice to investigate if it would be possible to replace them with `&str`s, but #LifetimesAren'tEasyForMe.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.