]> git.lizzy.rs Git - rust.git/commit
rustdoc: Ensure external impls are inlined once
authorAlex Crichton <alex@alexcrichton.com>
Sun, 1 Jun 2014 18:16:18 +0000 (11:16 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 2 Jun 2014 04:53:43 +0000 (21:53 -0700)
commite1e8db7e4a69825720fb1ae4478b6d29b447d994
tree4181f1148b664e1fe02427ba598aa4ac8d1971e5
parent890754794c02615310781bc006149dddeb2770bc
rustdoc: Ensure external impls are inlined once

If the type associated with the impl is `pub use`'d or referenced twice in a
downstream crate, the impl will attempt to be inlined twice.

Closes #14584
src/librustdoc/clean/inline.rs