Skip to content

Commit 9569ea0

Browse files
Rollup merge of rust-lang#37194 - johnthagen:fix-const-static-header, r=bluss
Remove un-rendered ticks from "const and static" doc title Related to rust-lang#37116 and rust-lang#37119. Ticks in the titles are not correctly rendered ![const-static-render](https://cloud.githubusercontent.com/assets/10340167/19412643/63e385a2-92e8-11e6-81f1-16802f803aad.png)
2 parents 28416cb + d001e8a commit 9569ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/const-and-static.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% `const` and `static`
1+
% const and static
22

33
Rust has a way of defining constants with the `const` keyword:
44

0 commit comments

Comments
 (0)