Skip to content

Commit d38e743

Browse files
author
bors-servo
authored
Auto merge of #40 - mbrubeck:docs, r=Ms2ger
Docs, code cleanup, and misc. fixes for smallvec <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/40) <!-- Reviewable:end -->
2 parents 918e573 + 7ca4463 commit d38e743

File tree

2 files changed

+163
-20
lines changed

2 files changed

+163
-20
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smallvec"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Simon Sapin <[email protected]>"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/rust-smallvec"
@@ -12,4 +12,3 @@ documentation = "http://doc.servo.org/smallvec/"
1212
[lib]
1313
name = "smallvec"
1414
path = "lib.rs"
15-
doctest = false

0 commit comments

Comments
 (0)