mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
add a test case
This commit is contained in:
parent
c81888eab3
commit
7426c83d8f
2 changed files with 4 additions and 0 deletions
|
@ -177,3 +177,5 @@ fn attributes() {
|
||||||
async fn issue10433() {
|
async fn issue10433() {
|
||||||
let _pending: () = std::future::pending().await;
|
let _pending: () = std::future::pending().await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub async fn issue11502(a: ()) {}
|
||||||
|
|
|
@ -177,3 +177,5 @@ fn attributes() {
|
||||||
async fn issue10433() {
|
async fn issue10433() {
|
||||||
let _pending: () = std::future::pending().await;
|
let _pending: () = std::future::pending().await;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub async fn issue11502(a: ()) {}
|
||||||
|
|
Loading…
Reference in a new issue