Skip to content

vec: remove BaseIter implementation (attempt 2) - #7292

Closed
thestinger wants to merge 1 commit into
rust-lang:masterfrom
thestinger:iterator
Closed

vec: remove BaseIter implementation (attempt 2)#7292
thestinger wants to merge 1 commit into
rust-lang:masterfrom
thestinger:iterator

Conversation

@thestinger

Copy link
Copy Markdown
Contributor

I removed the static-method-test.rs test because it was heavily based
on BaseIter and there are plenty of other more complex uses of static
methods anyway.

I removed the `static-method-test.rs` test because it was heavily based
on `BaseIter` and there are plenty of other more complex uses of static
methods anyway.
@thestingerthestinger reopened this Jun 22, 2013
@huonwhuonw mentioned this pull request Jun 22, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 3, 2021
Add lint `suspicious_splitn`
fixes: rust-lang#7245
changelog: Add lint `suspicious_splitn`
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
7292: Swap assert_eq_text\!(expected, actual) r=matklad a=u5surf
Fixesrust-lang#7283 Swap assert_eq_text parameters in the order (expected, actual)
Co-authored-by: yugo-horie <u5.horie@gmail.com>
Sign up for freeto 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.

1 participant

@thestinger