Skip to content

Commit

Permalink
Use a union to reduce the size of SmallVec
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Apr 17, 2018
1 parent d50dda4 commit f630ea1
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 125 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ documentation = "http://doc.servo.org/smallvec/"

[features]
std = []
union = []
default = ["std"]

[lib]
Expand Down
Loading

0 comments on commit f630ea1

Please sign in to comment.