Skip to content

Commit 11e578c

Browse files
committed
clippy
Signed-off-by: tison <wander4096@gmail.com>
1 parent fbf0c71 commit 11e578c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/object_store/examples/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// under the License.
1717

1818
use bytes::Bytes;
19-
use object_store::ObjectStore;
19+
use object_store::ObjectStoreExt;
2020
#[cfg(feature = "services-s3")]
2121
use object_store::aws::AmazonS3Builder;
2222
use object_store::path::Path as ObjectStorePath;

integrations/object_store/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub use service::{ObjectStoreBuilder, ObjectStoreService};
7575
// Make sure `send_wrapper` works as expected
7676
#[cfg(all(feature = "send_wrapper", test))]
7777
mod assert_send {
78-
use object_store::{ObjectStore, PutPayload};
78+
use object_store::{ObjectStore, ObjectStoreExt, PutPayload};
7979
use opendal::Operator;
8080

8181
#[allow(dead_code)]

0 commit comments

Comments
 (0)