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
The docs for std::any::Any don't show the methods on the trait object type
Any
anymore. (They show in stable).For example: Method
downcast_ref()
does not show up.The text was updated successfully, but these errors were encountered: