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

feat: support opt snake case style #223

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

Millione
Copy link
Member

fn snake_case() {
    assert_eq!("IDs".to_snake_case(), "i_ds"); // standard
    assert_eq!(to_snake_case("IDs"), "ids"); // nonstandard
}

@Millione Millione requested review from a team as code owners January 11, 2024 13:24
@Millione Millione merged commit 75d82bd into cloudwego:main Jan 12, 2024
9 checks passed
@Millione Millione deleted the nonstandard branch April 10, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants