Skip to content

Commit 5f4aae0

Browse files
progvalweiznich
authored andcommitted
Fix documentation link to SyncConnectionWrapper
1 parent 540b1a5 commit 5f4aae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!
2020
//! * [`AsyncMysqlConnection`] (enabled by the `mysql` feature)
2121
//! * [`AsyncPgConnection`] (enabled by the `postgres` feature)
22-
//! * [`SyncConnectionWrapper`] (enabled by the `sync-connection-wrapper`/`sqlite` feature)
22+
//! * [`SyncConnectionWrapper`](sync_connection_wrapper::SyncConnectionWrapper) (enabled by the `sync-connection-wrapper`/`sqlite` feature)
2323
//!
2424
//! Ordinary usage of `diesel-async` assumes that you just replace the corresponding sync trait
2525
//! method calls and connections with their async counterparts.

0 commit comments

Comments
 (0)