Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez

Rollup of 10 pull requests

- Successful merges: #33753, #33815, #33829, #33858, #33865, #33866, #33870, #33874, #33891, #33898
- Failed merges:
This commit is contained in:
bors 2016-05-27 03:56:19 -07:00
commit ab7c35fa0f
30 changed files with 615 additions and 115 deletions

View file

@ -30,6 +30,10 @@ h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.t
background-color: white;
}
div.stability > em > code {
background-color: initial;
}
.docblock code {
background-color: #F5F5F5;
}