diff options
| author | yukang <moorekang@gmail.com> | 2025-06-29 11:40:59 +0800 |
|---|---|---|
| committer | yukang <moorekang@gmail.com> | 2025-07-10 09:25:56 +0800 |
| commit | 93db9e7ee01d61cb97b4f7b3d61903477910cae2 (patch) | |
| tree | 1769ebc661756b170deb03ce2bc48c9616a89d9f /tests/ui/async-await/issues/issue-54752-async-block.rs | |
| parent | e43d139a82620a268d3828a73e12a8679339e8f8 (diff) | |
| download | rust-93db9e7ee01d61cb97b4f7b3d61903477910cae2.tar.gz rust-93db9e7ee01d61cb97b4f7b3d61903477910cae2.zip | |
Remove uncessary parens in closure body with unused lint
Diffstat (limited to 'tests/ui/async-await/issues/issue-54752-async-block.rs')
| -rw-r--r-- | tests/ui/async-await/issues/issue-54752-async-block.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/async-await/issues/issue-54752-async-block.rs b/tests/ui/async-await/issues/issue-54752-async-block.rs index 452b6794bee..164c1885da1 100644 --- a/tests/ui/async-await/issues/issue-54752-async-block.rs +++ b/tests/ui/async-await/issues/issue-54752-async-block.rs @@ -4,4 +4,3 @@ //@ pp-exact fn main() { let _a = (async { }); } -//~^ WARNING unnecessary parentheses around assigned value |
