]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #24494 - mvdnes:deterministic-sidebar, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 17 Apr 2015 12:45:14 +0000 (18:15 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 17 Apr 2015 13:31:29 +0000 (19:01 +0530)
commit89bfacc2e94ef89a8978e433b7068d0dd30bb0dc
tree8ac6574b96fb2a3b27e1870147865f0954d77629
parent28bc94a20aa8b5367aa21eed3540ae7c5e6b96c6
parent61ad9fe1a3a34d358c3922d77557f626e4a21232
Rollup merge of #24494 - mvdnes:deterministic-sidebar, r=alexcrichton

 This ensures that later when generating HTML, the JSON will be sorted aswell.
We now have a more deterministic build of sidebar-items.js

Closes #24473