Bless tests
This commit is contained in:
parent
ec79720c1e
commit
28d58f6524
26 changed files with 40 additions and 7 deletions
|
@ -10,6 +10,7 @@ use std::pin::Pin;
|
|||
use std::task::Poll;
|
||||
|
||||
pub trait MyTrait {
|
||||
#[allow(async_fn_in_trait)]
|
||||
async fn foo(&self) -> i32;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue