Fix invalid line number match

This commit is contained in:
Guillaume Gomez 2018-12-02 19:12:37 +01:00
parent b76ee83254
commit 23abd182d8

View file

@ -134,7 +134,6 @@ summary {
code, pre {
font-family: "Source Code Pro", monospace;
white-space: pre-wrap;
}
.docblock code, .docblock-short code {
border-radius: 3px;
@ -301,6 +300,7 @@ body:not(.source) .example-wrap {
body:not(.source) .example-wrap > pre.rust {
width: 100%;
overflow-x: auto;
}
#search {