Exclude basic subscriptions example from workspace (#648)

This commit is contained in:
Mihai Dinculescu 2020-05-03 02:31:32 +01:00 committed by GitHub
parent 558eae91df
commit d13305f202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ members = [
]
exclude = [
"docs/book/tests",
"examples/basic_subscriptions",
"examples/warp_async",
"examples/warp_subscriptions",
]