Skip to content

Commit f8263a1

Browse files
authored
Merge pull request #240 from progval/patch-1
Fix documentation link to SyncConnectionWrapper
2 parents 540b1a5 + 5f4aae0 commit f8263a1

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)