JakeDern commented on code in PR #10128:
URL: https://github.com/apache/arrow-rs/pull/10128#discussion_r3653657233
##########
arrow-ipc/src/compression.rs:
##########
@@ -84,6 +84,7 @@ impl std::fmt::Debug for IpcWriteContext {
}
/// Deprecated alias for [`IpcWriteContext`].
+#[expect(dead_code)]
Review Comment:
Also, I don't think `#[expect(deprecated)]` would resolve the issue either
unless that automatically takes care of dead_code, but it doesn't seem to:
<img width="536" height="77" alt="image"
src="https://github.com/user-attachments/assets/f1edf92e-ee86-48d6-b2be-d05b27e3a56b"
/>
<img width="537" height="139" alt="image"
src="https://github.com/user-attachments/assets/b0a246c9-95a0-4b73-bf14-2850af8b45e0"
/>
--
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]