From 5da61651bac54f629d477a182278f8d86a085742 Mon Sep 17 00:00:00 2001 From: WindSoilder Date: Wed, 6 May 2020 17:23:17 +0800 Subject: [PATCH] remove useless comment --- src/6_future_example.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/6_future_example.md b/src/6_future_example.md index f49a3f2..0eec73f 100644 --- a/src/6_future_example.md +++ b/src/6_future_example.md @@ -303,8 +303,6 @@ for the sake of this example. **Our Reactor will look like this:** ```rust, noplaypen, ignore -// This is a "fake" reactor. It does no real I/O, but that also makes our -// code possible to run in the book and in the playground // The different states a task can have in this Reactor enum TaskState { Ready,