From 325f381aa4e09a4bce38f64bb73bb26af4e3fb38 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Mon, 8 Apr 2024 18:03:28 -0300 Subject: [PATCH] =?UTF-8?q?docs(sched):=20=F0=9F=93=9D=20removes=20default?= =?UTF-8?q?=20link=20on=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/sched/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sched/README.md b/lib/sched/README.md index 5f94077..f814b5d 100644 --- a/lib/sched/README.md +++ b/lib/sched/README.md @@ -24,15 +24,15 @@ cargo add lool --registry=lugit --features sched # Sub-Features -### has subfeatures  sched.tokio +### has subfeatures  sched.tokio Enables the `tokio` runtime support, replacing the default behaviour, which implies a `std::thread` pool to run the tasks. -### has subfeatures  sched.rule-recurrent +### has subfeatures  sched.rule-recurrent Enables the "**recurrent-rule**" style for scheduling tasks. -### has subfeatures  sched.rule-cron +### has subfeatures  sched.rule-cron > [!WARNING] >