From: Manish Goregaokar Date: Wed, 29 Jun 2016 15:51:23 +0000 (+0530) Subject: Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=b393c7e0d245f800651e6744752951764acf1441;p=rust.git Rollup merge of #34513 - ollie27:rustdoc_stripped, r=alexcrichton rustdoc: Fix a few stripping issues We need to recurse into stripped modules to strip things like impl methods but when doing so we must not add any items to the `retained` set. For example this removes [`core::num::ParseFloatError::__description`](https://doc.rust-lang.org/nightly/core/num/struct.ParseFloatError.html#method.__description) and [`impl Clone for ThreadRng`](https://doc.rust-lang.org/nightly/std/clone/trait.Clone.html). --- b393c7e0d245f800651e6744752951764acf1441