Skip to content

std: Add some missing stability attributes#21870

Merged
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:missing-stability
Feb 4, 2015
Merged

std: Add some missing stability attributes#21870
bors merged 1 commit intorust-lang:masterfrom
alexcrichton:missing-stability

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

  • Display::fmt is stable
  • Debug::fmt is stable
  • FromIterator::from_iter is stable
  • Peekable::peek is stable

@rust-highfive
Copy link
Copy Markdown
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Copy Markdown
Member Author

r? @aturon

@aturon
Copy link
Copy Markdown
Contributor

aturon commented Feb 2, 2015

Hm, I wonder if we should lint on this situation (or perhaps reintroduce stable inheritance for trait items).

@bors: r+ cfc7791

@alexcrichton
Copy link
Copy Markdown
Member Author

@bors: rollup

* Display::fmt is stable
* Debug::fmt is stable
* FromIterator::from_iter is stable
* Peekable::peek is stable
@alexcrichton
Copy link
Copy Markdown
Member Author

@bors: r=aturon b2297fd rollup

@Manishearth
Copy link
Copy Markdown
Member

Can you also pull in my changes from #21890?

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Feb 4, 2015
* Display::fmt is stable
* Debug::fmt is stable
* FromIterator::from_iter is stable
* Peekable::peek is stable
@bors bors merged commit b2297fd into rust-lang:master Feb 4, 2015
@alexcrichton alexcrichton deleted the missing-stability branch February 4, 2015 18:04
@aturon aturon mentioned this pull request Feb 4, 2015
38 tasks
lnicola pushed a commit to lnicola/rust that referenced this pull request Mar 30, 2026
…generate-trait-impl-text-intransitive

Remove generate trait impl text intransitive from utils
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