Skip to content

Commit

Permalink
compile all features for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Aug 14, 2018
1 parent 2a09d8f commit 87ea982
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ default-features = false
#git = "https://github.com/carllerche/bytes"
#rev = "a7d38e29"

[package.metadata.docs.rs]
features = [ "alloc", "std", "regexp", "regexp_macros", "verbose-errors" ]
all-features = true

[[test]]
name = "arithmetic"

Expand Down

0 comments on commit 87ea982

Please sign in to comment.