summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlice Ryhl <alice@ryhl.io>2020-01-08 00:55:10 +0100
committerCarl Lerche <me@carllerche.com>2020-01-07 15:55:10 -0800
commit7ee554218208a9f3919d840079bd96c6ba881caf (patch)
tree1998ff8fd3917619d83389310ca7b67e68d1e314 /README.md
parent7fb54315f1e1b12fc94558ada85ed521aea3ae77 (diff)
doc: fix old notes regarding examples and async/await (#2071)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8f0fcf70..0b97f12d 100644
--- a/README.md
+++ b/README.md
@@ -90,11 +90,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
```
-More examples can be found [here](examples). Note that the `master` branch
-is currently being updated to use `async` / `await`. The examples are
-not fully ported. Examples for stable Tokio can be found
-[here](https://github.com/tokio-rs/tokio/tree/v0.1.x/tokio/examples).
-
+More examples can be found [here](examples).
## Getting Help