Skip to content

Commit 7045918

Browse files
authored
Enable the std feature in docs.
1 parent 41d7ab4 commit 7045918

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ description = "Streaming iterators"
77
repository = "https://github.com/sfackler/streaming-iterator"
88
readme = "README.md"
99

10+
[package.metadata.docs.rs]
11+
features = ["std"]
12+
1013
[features]
1114
std = []
1215

0 commit comments

Comments
 (0)