Skip to content

Commit

Permalink
Add missing header to crate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
allsey87 committed Oct 14, 2024
1 parent 0f622ea commit 9b3abe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
//! before returning the result to the client. Note that we are only awaiting the response of the call to `add`,
//! the request itself is sent synchronously before we await anything.
//!
//! ## Advanced examples
//! Now that we have the basic idea of how define an RPC trait and set up a server and client, let's dive into
//! some of the more advanced features of this library!
//!
Expand Down

0 comments on commit 9b3abe7

Please sign in to comment.