Skip to content

Commit

Permalink
fix cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Jan 10, 2025
1 parent e3d93c0 commit 6419c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/object_store/examples/s3_with_opts.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use bytes::Bytes;
use object_store::path::Path;
use object_store::{GetOptions, GetRange, ObjectStore, PutMode, PutOptions};
use object_store::{GetOptions, ObjectStore, PutOptions};
use object_store_opendal::OpendalStore;
use opendal::services::S3Config;
use opendal::Operator;
Expand Down

0 comments on commit 6419c49

Please sign in to comment.