Skip to content

Commit fd069e9

Browse files
committed
2 parents ae740f2 + e6fac47 commit fd069e9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "itertools"
4-
version = "0.3.11"
4+
version = "0.3.12"
55

66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/bluss/rust-itertools"

custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@ pre.trait, pre.fn, pre.struct, pre.enum, pre.typedef { background: #fcfefc; }
66
.content .fn .where { display: block; }
77
/* Bit of whitespace to indent it */
88
.content .fn .where::before { content: ' '; }
9+
10+
/* Small “example” label for doc examples */
11+
.docblock pre.rust::before {
12+
content: "example";
13+
float: right;
14+
font-style: italic;
15+
font-size: 0.8em;
16+
margin-top: -10px;
17+
margin-right: -5px;
18+
}

0 commit comments

Comments
 (0)