]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 29 Jun 2016 15:51:23 +0000 (21:21 +0530)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2016 15:51:23 +0000 (21:21 +0530)
commitcc15c211c5af9d43f141763af4895352324402c7
tree6c92d97c2db8e039ab4eac61595fedc121181df6
parentb393c7e0d245f800651e6744752951764acf1441
parentf05da01dbe3ce8e7460a1d47d489f85a1fa1cbb7
Rollup merge of #34536 - ollie27:rustdoc_module_impls, r=alexcrichton

rustdoc: Fix empty Implementations section on some module pages

These are caused by `DefaultImpl`s.

For example [`core::marker`](https://doc.rust-lang.org/nightly/core/marker/#impls).