From 87c89f940a933c1a16531b8734b22e4e117e7457 Mon Sep 17 00:00:00 2001 From: alemi Date: Sun, 20 Aug 2023 07:11:42 +0200 Subject: [PATCH] ci: fix don't test that --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6f50f90..fd8988d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -166,7 +166,7 @@ pub trait Controller : Sized + Send + Sync { /// /// this is just an async trait function wrapped by `async_trait`: /// - /// ``` + /// ```rust,ignore /// async fn recv(&self) -> codemp::Result; /// ``` async fn recv(&self) -> Result;