ci: fix don't test that

This commit is contained in:
əlemi 2023-08-20 07:11:42 +02:00
parent a68032d9e5
commit 87c89f940a

View file

@ -166,7 +166,7 @@ pub trait Controller<T : Sized + Send + Sync> : Sized + Send + Sync {
/// ///
/// this is just an async trait function wrapped by `async_trait`: /// this is just an async trait function wrapped by `async_trait`:
/// ///
/// ``` /// ```rust,ignore
/// async fn recv(&self) -> codemp::Result<T>; /// async fn recv(&self) -> codemp::Result<T>;
/// ``` /// ```
async fn recv(&self) -> Result<T>; async fn recv(&self) -> Result<T>;