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

Simple update of the vim syntax file #1521

Merged
merged 1 commit into from
Jan 15, 2012
Merged

Simple update of the vim syntax file #1521

merged 1 commit into from
Jan 15, 2012

Conversation

grahame
Copy link
Contributor

@grahame grahame commented Jan 14, 2012

I've added in the enum keyword, and the keywords associated with interfaces.

brson added a commit that referenced this pull request Jan 15, 2012
Simple update of the vim syntax file
@brson brson merged commit b93ed36 into rust-lang:master Jan 15, 2012
@brson
Copy link
Contributor

brson commented Jan 15, 2012

Thanks!

Stebalien added a commit to Stebalien/rust that referenced this pull request Sep 30, 2016
Instead of cloning a bunch of copyable types only to drop them (in `nth`,
`last`, and `count`), take advantage of rust-lang#1521 (Copy clone semantics) and don't
bother cloning them in the first place (directly call `nth`, `last`, and `count`
on the wrapped iterator). If the wrapped iterator optimizes these methods,
`Cloned` now inherits this optimization.
Stebalien added a commit to Stebalien/rust that referenced this pull request Jan 12, 2017
Instead of cloning a bunch of copyable types only to drop them (in `nth`,
`last`, and `count`), take advantage of rust-lang#1521 (Copy clone semantics) and don't
bother cloning them in the first place (directly call `nth`, `last`, and `count`
on the wrapped iterator). If the wrapped iterator optimizes these methods,
`Cloned` now inherits this optimization.
celinval pushed a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
bjorn3 pushed a commit to bjorn3/rust that referenced this pull request Aug 9, 2024
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.

2 participants