We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540b1a5 commit 5f4aae0Copy full SHA for 5f4aae0
src/lib.rs
@@ -19,7 +19,7 @@
19
//!
20
//! * [`AsyncMysqlConnection`] (enabled by the `mysql` feature)
21
//! * [`AsyncPgConnection`] (enabled by the `postgres` feature)
22
-//! * [`SyncConnectionWrapper`] (enabled by the `sync-connection-wrapper`/`sqlite` feature)
+//! * [`SyncConnectionWrapper`](sync_connection_wrapper::SyncConnectionWrapper) (enabled by the `sync-connection-wrapper`/`sqlite` feature)
23
24
//! Ordinary usage of `diesel-async` assumes that you just replace the corresponding sync trait
25
//! method calls and connections with their async counterparts.
0 commit comments