We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If Foo: Deref<Target=Bar> and Bar: Deref<Target=Meow> then on the page for Foo, rustdoc will show the methods from Bar, but not the methods from Meow.
Foo: Deref<Target=Bar>
Bar: Deref<Target=Meow>
Foo
Bar
Meow
The text was updated successfully, but these errors were encountered:
dupe of #26207
Sorry, something went wrong.
No branches or pull requests
If
Foo: Deref<Target=Bar>
andBar: Deref<Target=Meow>
then on the page forFoo
, rustdoc will show the methods fromBar
, but not the methods fromMeow
.The text was updated successfully, but these errors were encountered: