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

std: Add some missing stability attributes #21870

Merged
merged 1 commit into from
Feb 4, 2015

Conversation

alexcrichton
Copy link
Member

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

@rust-highfive
Copy link
Collaborator

r? @pcwalton

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

@alexcrichton
Copy link
Member Author

r? @aturon

@aturon
Copy link
Member

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
Member Author

@bors: rollup

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

@bors: r=aturon b2297fd rollup

@Manishearth
Copy link
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
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