]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10233 : sfackler/rust/private-module, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 2 Nov 2013 10:11:10 +0000 (03:11 -0700)
committerbors <bors@rust-lang.org>
Sat, 2 Nov 2013 10:11:10 +0000 (03:11 -0700)
A private module will survive the strip-private pass if it contains
trait implementations, which aren't stripped until a separate pass in
render.


Trivial merge