tustvold commented on code in PR #316: URL: https://github.com/apache/arrow-rs-object-store/pull/316#discussion_r2040702270
########## src/util.rs: ########## @@ -208,7 +208,8 @@ pub enum GetRange { } #[derive(Debug, thiserror::Error)] -pub(crate) enum InvalidGetRange { +#[expect(missing_copy_implementations)] // allow easier extension Review Comment: Might also want non_exhaustive -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org