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

std::unicode::icu: add "is*" functions + unit test #1377

Merged
merged 1 commit into from
Dec 24, 2011
Merged

std::unicode::icu: add "is*" functions + unit test #1377

merged 1 commit into from
Dec 24, 2011

Conversation

kud1ing
Copy link

@kud1ing kud1ing commented Dec 22, 2011

Fixes #1370

This is currently guarded by #[cfg(unicode)]
Don't know how to enable this.

graydon added a commit that referenced this pull request Dec 24, 2011
std::unicode::icu: add "is*" functions + unit test
@graydon graydon merged commit 900bc12 into rust-lang:master Dec 24, 2011
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 5, 2020
Add lint 'ref_option_ref' rust-lang#1377

This lint checks for usage of `&Option<&T>` which can be simplified as `Option<&T>` as suggested in rust-lang#1377.

This WIP PR is here to get feedback on the lint as there's more cases to be handled:
* statics/consts,
* associated types,
* type alias,
* function/method parameter/return,
* ADT definitions (struct/tuple struct fields, enum variants)

changelog: Add 'ref_option_ref' lint
bjorn3 added a commit to bjorn3/rust that referenced this pull request Jun 15, 2023
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.

std::unicode::icu: add libicu character category functions
2 participants