Skip to content

Commit f630ea1

Browse files
committed
Use a union to reduce the size of SmallVec
1 parent d50dda4 commit f630ea1

File tree

2 files changed

+200
-125
lines changed

2 files changed

+200
-125
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ documentation = "http://doc.servo.org/smallvec/"
1212

1313
[features]
1414
std = []
15+
union = []
1516
default = ["std"]
1617

1718
[lib]

0 commit comments

Comments
 (0)