Skip to content

Commit 2bc3b67

Browse files
committed
Linting
1 parent 0f944ac commit 2bc3b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/rpc/trace/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub struct Trace<B, C> {
6666
impl<B, C> Clone for Trace<B, C> {
6767
fn clone(&self) -> Self {
6868
Self {
69-
_phantom: PhantomData::default(),
69+
_phantom: PhantomData,
7070
client: Arc::clone(&self.client),
7171
requester: self.requester.clone(),
7272
max_count: self.max_count,
@@ -87,7 +87,7 @@ where
8787
client,
8888
requester,
8989
max_count,
90-
_phantom: PhantomData::default(),
90+
_phantom: PhantomData,
9191
}
9292
}
9393

0 commit comments

Comments
 (0)