You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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.
fixesrust-lang#32881fixesrust-lang#33025fixesrust-lang#33113
r? @alexcrichton
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.
The text was updated successfully, but these errors were encountered: