We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fe3b1 commit 4807831Copy full SHA for 4807831
src/transaction/sync_client.rs
@@ -16,7 +16,7 @@ use std::sync::Arc;
16
/// runtime and returns `Error::NestedRuntimeError` if one is found, allowing callers
17
/// to detect and handle incorrect use of the synchronous client from within an
18
/// existing async runtime instead of risking deadlocks or unexpected blocking.
19
-///
+///
20
/// Note: checks only for Tokio runtimes, not other async runtimes.
21
///
22
/// # Error Handling
0 commit comments