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

libstd: Add missing constants for arm/linux. #12051

Merged
merged 1 commit into from
Feb 6, 2014
Merged

Conversation

luqmana
Copy link
Member

@luqmana luqmana commented Feb 5, 2014

Fix building for arm/Linux.

bors added a commit that referenced this pull request Feb 6, 2014
@bors bors closed this Feb 6, 2014
@bors bors merged commit f286859 into rust-lang:master Feb 6, 2014
@luqmana luqmana deleted the arm-fix branch February 6, 2014 16:36
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
…hievink

Add triagebot.toml

Allow people to claim issues
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 11, 2024
new lint: `option_as_ref_cloned`

Closes rust-lang#12009

Adds a new lint that looks for `.as_ref().cloned()` on `Option`s. That's the same as just `.clone()`-ing the option directly.

changelog: new lint: [`option_as_ref_cloned`]
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.

3 participants