Skip to content

Commit

Permalink
Fix doc link in zebra-test
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jul 13, 2022
1 parent 186a0f8 commit 6b5c671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zebra-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ pub fn init() {
///
/// This is generally used in proptests, which don't support the `#[tokio::test]` attribute.
///
/// If a runtime needs to be shared between tests, use the [`RUNTIME`] instance instead.
/// If a runtime needs to be shared between tests, use the [`SINGLE_THREADED_RUNTIME`] or
/// [`MULTI_THREADED_RUNTIME`] instances instead.
///
/// See also the [`init`] function, which is called by this function.
pub fn init_async() -> tokio::runtime::Runtime {
Expand Down

0 comments on commit 6b5c671

Please sign in to comment.