Skip to content

Commit

Permalink
Auto merge of #40 - mbrubeck:docs, r=Ms2ger
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored Dec 6, 2016
2 parents 918e573 + 7ca4463 commit d38e743
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 20 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "0.3.0"
version = "0.3.1"
authors = ["Simon Sapin <[email protected]>"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
Expand All @@ -12,4 +12,3 @@ documentation = "http://doc.servo.org/smallvec/"
[lib]
name = "smallvec"
path = "lib.rs"
doctest = false
Loading

0 comments on commit d38e743

Please sign in to comment.