Skip to content

Commit 40d4ad0

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

File tree

1 file changed

+1
-1
lines changed
  • integrations/object_store/src

1 file changed

+1
-1
lines changed

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)