]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton
authorSteve Klabnik <steve@steveklabnik.com>
Sat, 7 May 2016 19:35:17 +0000 (15:35 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Sat, 7 May 2016 19:35:17 +0000 (15:35 -0400)
commit76d6030e80910a9de4c2919e141ee3b8c5171c7a
tree472014c657b70e88468592429049671a4247102c
parenta8162171fdc1a0400f340454ebbca8aa4cd90007
parent89aa04299451baf73750c8480d14471dfced44db
Rollup merge of #33382 - birkenfeld:issue-30416, r=alexcrichton

rustdoc: add "src" links to individual impls

Since these impls can be scattered around quite a bit, it is nice to be able to jump to the location where individual methods and trait impls are defined.

NOTE: this needs an update to the CSS, which I'd like to leave for whoever is the "rustdoc frontend champion". The new [src] links are currently too large and bold. Also, the interaction with the "since version X" annotations is not good.

Fixes: #30416
src/librustdoc/html/render.rs