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

A few small issue fixes #10915

Merged
merged 2 commits into from
Dec 18, 2013
Merged

A few small issue fixes #10915

merged 2 commits into from
Dec 18, 2013

Conversation

alexcrichton
Copy link
Member

Just a little cleanup.

@huonw
Copy link
Member

huonw commented Dec 11, 2013

Should someone test the last commit on an android machine since I don't think bors actually runs any executables on android (iirc)?

@sanxiyn
Copy link
Member

sanxiyn commented Dec 11, 2013

@huonw: @ILyoan commented on #10875.

@adrientetar
Copy link
Contributor

Is #4404 still relevant?

@@ -140,6 +141,10 @@ impl ParserObsoleteMethods for Parser {
"closures are now written `|A| -> B` rather than `&fn(A) -> \
B`."
),
ObsoleteMultipleImport => (
"multiple imports",
"imports should be one per `use` statement"
Copy link
Contributor

Choose a reason for hiding this comment

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

This should maybe talk about the new syntax introduced in #10808?

@alexcrichton
Copy link
Member Author

Rebased with issues addressed

@ILyoan
Copy link
Contributor

ILyoan commented Dec 16, 2013

Looks good to me other than the misspell. Thanks

bors added a commit that referenced this pull request Dec 18, 2013
@bors bors closed this Dec 18, 2013
@bors bors merged commit c11f290 into rust-lang:master Dec 18, 2013
@alexcrichton alexcrichton deleted the fixes branch December 19, 2013 07:50
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2023
…as,xFrednet

New lint [`min_ident_chars`]

Closes rust-lang#10915

This also implements `WithSearchPat` for `Ident`, as I was going to rewrite this as a late lint to optionally ignore fields and/or generics but this was more complex than anticipated

changelog: New lint [`min_ident_chars`]
[rust-lang#10916](rust-lang/rust-clippy#10916)
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.

6 participants