Skip to content

Commit

Permalink
Use SmallVec by default
Browse files Browse the repository at this point in the history
Optionally, it can be disabled by not using the default feature set
  • Loading branch information
foresterre committed Jun 3, 2020
1 parent 7a8a995 commit 2defc63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ categories = ["no-std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = []
default = ["smallvec"]

# smallvec with no-std requires nightly.
# see https://github.com/servo/rust-smallvec/issues/160
[dependencies.smallvec]
version = "1.4.0"
optional = true
Expand Down

0 comments on commit 2defc63

Please sign in to comment.