mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +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() {
|
||||
let _pending: () = std::future::pending().await;
|
||||
}
|
||||
|
||||
pub async fn issue11502(a: ()) {}
|
||||
|
|
|
@ -177,3 +177,5 @@ fn attributes() {
|
|||
async fn issue10433() {
|
||||
let _pending: () = std::future::pending().await;
|
||||
}
|
||||
|
||||
pub async fn issue11502(a: ()) {}
|
||||
|
|
Loading…
Reference in a new issue