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

Add Borrowed variants to casemapper types #6088

Merged
merged 18 commits into from
Feb 9, 2025

Conversation

Manishearth
Copy link
Member

Main bit of work in #5440 (does not fix it, since an audit still needs to be performed)

Also useful for bionic to reduce codesize.

@Manishearth Manishearth requested a review from sffc February 9, 2025 09:38
@Manishearth Manishearth added the U-android-bionic Bionic in Android label Feb 9, 2025
sffc
sffc previously approved these changes Feb 9, 2025
@@ -611,12 +611,13 @@ impl CaseMapper {
/// );
/// ```
#[cfg(feature = "compiled_data")]
#[allow(clippy::new_ret_no_self)] // Intentional
Copy link
Member

Choose a reason for hiding this comment

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

Thought: Rather than saying "Intentional" we should link to an issue or style guide chapter

@Manishearth Manishearth merged commit 1822af2 into unicode-org:main Feb 9, 2025
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
U-android-bionic Bionic in Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants