-
-
Notifications
You must be signed in to change notification settings - Fork 931
Closed
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or requestgood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Description
I noticed we have many allocation methods which can be replaced by
https://docs.rs/cow-utils/0.1.3/cow_utils/trait.CowUtils.html
- cow_replace
- cow_replacen
- cow_to_ascii_lowercase
- cow_to_ascii_uppercase
- cow_to_lowercase
- cow_to_uppercase
Feel free to grep them in the oxc_linter crate and make improvements. You may find inefficient routines in the process, feel free to make separate PRs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-enhancementCategory - New feature or requestCategory - New feature or requestgood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Type
Fields
Give feedbackPriority
None yet