Skip to content

Commit 1d43497

Browse files
committed
renamed last boolval to bool-val
1 parent 378bec1 commit 1d43497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rust.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ a > code {
229229
pre.rust .kw { color: #8959A8; }
230230
pre.rust .kw-2, pre.rust .prelude-ty { color: #4271AE; }
231231
pre.rust .number, pre.rust .string { color: #718C00; }
232-
pre.rust .self, pre.rust .boolval, pre.rust .prelude-val,
232+
pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val,
233233
pre.rust .attribute, pre.rust .attribute .ident { color: #C82829; }
234234
pre.rust .comment { color: #8E908C; }
235235
pre.rust .doccomment { color: #4D4D4C; }

0 commit comments

Comments
 (0)