Rollup merge of - johnthagen:fix-const-static-header, r=bluss

Remove un-rendered ticks from "const and static" doc title

Related to  and .

Ticks in the titles are not correctly rendered

![const-static-render](https://cloud.githubusercontent.com/assets/10340167/19412643/63e385a2-92e8-11e6-81f1-16802f803aad.png)
This commit is contained in:
Guillaume Gomez 2016-10-17 23:07:53 +02:00 committed by GitHub
commit 9569ea0d2f

@ -1,4 +1,4 @@
% `const` and `static`
% const and static
Rust has a way of defining constants with the `const` keyword: