summaryrefslogtreecommitdiffstats
path: root/tokio/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-11-26 10:36:17 -0800
committerGitHub <noreply@github.com>2019-11-26 10:36:17 -0800
commitabfa857f09abd720358127ce66cac50087a8e009 (patch)
tree2622e09ed5efc5e445dbc992e3da3a32546273a5 /tokio/README.md
parenta81e2722a43ff2748ac99c1a65cd50fd00274db9 (diff)
chore: remove updating note from readme (#1824)
Diffstat (limited to 'tokio/README.md')
-rw-r--r--tokio/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio/README.md b/tokio/README.md
index de99472a..ac6b3295 100644
--- a/tokio/README.md
+++ b/tokio/README.md
@@ -1,7 +1,5 @@
# Tokio
- _NOTE_: Tokio's [`master`](https://github.com/tokio-rs/tokio) branch is currently in the process of moving to [`std::future::Future`](https://doc.rust-lang.org/std/future/trait.Future.html), for `v0.1.x` based tokio releases please check out the [`v0.1.x`](https://github.com/tokio-rs/tokio/tree/v0.1.x) branch.
-
A runtime for writing reliable, asynchronous, and slim applications with
the Rust programming language. It is: