]> git.lizzy.rs Git - rust.git/commit
rustdoc: Remove Derived Implementations title
authorOliver Middleton <olliemail27@gmail.com>
Sun, 5 Jun 2016 22:50:18 +0000 (23:50 +0100)
committerOliver Middleton <olliemail27@gmail.com>
Sun, 5 Jun 2016 22:50:18 +0000 (23:50 +0100)
commitcc181040348966789413387d4f99fc81673f60c7
tree42c85180f5b936848992b23fd58d0c87bf0c00f4
parent1c975eafa934e291e4f94b7252faae767de17313
rustdoc: Remove Derived Implementations title

As far as I know whether a trait was derived or not does not change the
public API so there is no need to include this information in the docs.

This title currently just adds an extra divide in the list of trait
implementations which I don't think needs to be there.
src/librustdoc/clean/inline.rs
src/librustdoc/clean/mod.rs
src/librustdoc/html/render.rs