Yesterday I posted a question and when I was checking one answer I found something on the documentation that I never noticed.
The answer was correctly stating that Clone is Sized, so I open the documentation just to read details and I found out that in Clone trait documentation is not stated anywhere. I found out that documentation produced by cargo doc is not documenting which traits are inherited by another trait!
I think this information should be reported in trait documentation (maybe at the beginning or in a specific section).