From efc2df7149d8a0d9c25fe1e69e11ebd9c2801e9b Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Thu, 28 Nov 2024 17:16:18 +0000 Subject: [PATCH] fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e953b6a..bcc017e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -72,7 +72,7 @@ pub mod wireless; /// User is expected to call this method early in the application's lifecycle /// when there is plenty of task stack space available, as the initialization /// of `async-io` consumes > 10KB of stack space, so it has to be done with care. -/// +/// /// Note that `async-io-mini` is much less demanding. #[inline(never)] #[cold]