]> git.lizzy.rs Git - rust.git/commit
auto merge of #13639 : alexcrichton/rust/rustdoc-tuple-fields, r=sfackler
authorbors <bors@rust-lang.org>
Sun, 20 Apr 2014 22:06:29 +0000 (15:06 -0700)
committerbors <bors@rust-lang.org>
Sun, 20 Apr 2014 22:06:29 +0000 (15:06 -0700)
commit97dd72620002ff8476ff62d425eb730fdef513a1
tree3c7c50e35fd8c8b36f82e48dd210a1d5417292d8
parent02081e7c41d5780ae59fd8e6f68193a8fe737ced
parent9d546d60c190ffe4c5ac69c128b59d0a2bed021c
auto merge of #13639 : alexcrichton/rust/rustdoc-tuple-fields, r=sfackler

The fields of tuple structs recently gained the ability to have privacy
associated with them, but rustdoc was not updated accodingly. This moves the
struct field filtering to the rendering phase in order to preserve the ordering
of struct fields to allow tuple structs to have their private fields printed as
underscores.

Closes #13594