Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

missing impls in std::str::Pattern docs #33113

Closed
durka opened this issue Apr 20, 2016 · 1 comment · Fixed by #33133
Closed

missing impls in std::str::Pattern docs #33113

durka opened this issue Apr 20, 2016 · 1 comment · Fixed by #33133

Comments

@durka
Copy link
Contributor

durka commented Apr 20, 2016

Some of the impls of Pattern disappeared from the std docs starting in beta. Compare:

They are also missing from the stable (and nightly) docs of core.

@bluss
Copy link
Member

bluss commented Apr 21, 2016

Related to #29503. I'm surprised, I would not call for CharEqPattern<C> where C: CharEq a blanket impl.

Manishearth added a commit to Manishearth/rust that referenced this issue Apr 25, 2016
…ichton

rustdoc: inline all the impls

This used to be done to avoid inlining impls referencing private items, but is now unnecessary since we actually check that impls do not reference non-doc-reachable items.

fixes rust-lang#32881
fixes rust-lang#33025
fixes rust-lang#33113

r? @alexcrichton
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants