emilk commented on code in PR #10552:
URL: https://github.com/apache/arrow-rs/pull/10552#discussion_r3715761102


##########
arrow-flight/src/sql/client.rs:
##########
@@ -441,6 +441,10 @@ where
     }
 
     /// Explicitly shut down and clean up the client.
+    #[expect(
+        clippy::unused_async,
+        reason = "public API: dropping `async` would break callers that 
`.await` it"
+    )]
     pub async fn close(&mut self) -> Result<()> {

Review Comment:
   this whole function is a no-op 🤷  but maybe in the future it will do 
something asyncy?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to