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
I expected to see this happen: Provided method Numbers::get_larger_number has link to source
Instead, it doesnt.
Interestingly on the docs for impl Numbers for NumberFive include the link, even though the impl is in the trait definition, not the block implementing the trait for Numbers.
I tried this code:
I expected to see this happen: Provided method
Numbers::get_larger_number
has link to sourceInstead, it doesnt.
Interestingly on the docs for

impl Numbers for NumberFive
include the link, even though the impl is in the trait definition, not the block implementing the trait forNumbers
.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: