]> git.lizzy.rs Git - rust.git/commit
rustdoc: Don't inline tuple struct constructors
authorAlex Crichton <alex@alexcrichton.com>
Thu, 29 May 2014 22:52:03 +0000 (15:52 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 1 Jun 2014 04:59:50 +0000 (21:59 -0700)
commit31f5de610f18757faae9af722255f6212cbb953c
treef28ab95d32481a318eba361cafd11706818a17f2
parent7ec6df5f458c599e16641ec3d1265622743054ff
rustdoc: Don't inline tuple struct constructors

These don't actually point to anything, so there's no need to inline them.
src/librustdoc/clean/inline.rs