Merge pull request #954 from jpetkau/patch-1

Include "rand" in feature list for docs.rs
This commit is contained in:
Sébastien Crozet 2021-07-27 10:45:48 +02:00 committed by GitHub
commit a01365456c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,4 +119,4 @@ lto = true
[package.metadata.docs.rs]
# Enable certain features when building docs for docs.rs
features = [ "proptest-support", "compare", "macros" ]
features = [ "proptest-support", "compare", "macros", "rand" ]