Rename 'stream' feature to 'unstable-stream'

This commit is contained in:
Sean McArthur
2019-09-12 11:16:54 -07:00
parent 06a68a76a2
commit 0527f5b72a
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ branch = "master"
[features]
# Enables `futures::Stream` implementations for various types.
# This is an optional feature due to `Stream` not being stable.
stream = []
unstable-stream = []
# Enables **unstable** APIs. Any API exposed by this feature has no backwards
# compatibility guarantees. In other words, you should not use this feature for