chakkk309 commented on code in PR #18988:
URL: https://github.com/apache/datafusion/pull/18988#discussion_r2573025557
##########
datafusion/common/src/scalar/mod.rs:
##########
@@ -6331,7 +6331,7 @@ mod tests {
#[test]
// despite clippy claiming they are useless, the code doesn't compile
otherwise.
- #[allow(clippy::useless_vec)]
+ #[expect(clippy::useless_vec)]
Review Comment:
I tested by removing the this lint and explicitly running Clippy to check
the useless_vec lint. This confirms that the expect is no longer needed, so I
will remove it :)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]