mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci: fix don't test that
This commit is contained in:
parent
a68032d9e5
commit
87c89f940a
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
||||
///
|
||||
/// ```
|
||||
/// ```rust,ignore
|
||||
/// async fn recv(&self) -> codemp::Result<T>;
|
||||
/// ```
|
||||
async fn recv(&self) -> Result<T>;
|
||||
|
|
Loading…
Reference in a new issue