Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix rustdoc links
  • Loading branch information
niklasad1 committed Dec 3, 2021
commit 11b41c6708b708bcc9863f27eca668d76b6b2dcd
2 changes: 1 addition & 1 deletion utils/src/server/rpc_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ impl Methods {
/// There are better variants than this method if you only want
/// method calls or subscriptions.
///
/// See [`RpcModule::test_subscription`] and [`RpcModule::call_with`] for
/// See [`Methods::test_subscription`] and [`Methods::call_with`] for
/// for further documentation.
///
/// Returns a response to the actual method call and a stream to process
Expand Down