Skip to content
This repository has been archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
remove qed
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Feb 22, 2024
1 parent c2177a9 commit 8ad9421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib-xps/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ fn build_rpc_api<M: Send + Sync + 'static>(mut rpc_api: RpcModule<M>) -> RpcModu
"methods": available_methods,
})
})
.expect("infallible all other methods have their own address space; qed");
.expect("infallible, all other methods have their own address space");

rpc_api
}

Check warning on line 60 in lib-xps/src/lib.rs

View check run for this annotation

Codecov / codecov/patch

lib-xps/src/lib.rs#L45-L60

Added lines #L45 - L60 were not covered by tests

0 comments on commit 8ad9421

Please sign in to comment.