Skip to content

Commit 1e194d6

Browse files
committed
Fix a broken doc link
Works around rust-lang/rust#107995
1 parent 0c8a877 commit 1e194d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diesel/src/connection/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ pub trait LoadConnection<B = DefaultLoadingMode>: Connection {
411411
/// [`QueryDsl::load`](crate::QueryDsl) instead.
412412
///
413413
/// This function is useful for people trying to build an alternative
414-
/// dsl on top of diesel. It returns an [ `LoadRowIter`], which
414+
/// dsl on top of diesel. It returns an [`LoadRowIter`], which
415415
/// is essentially an [`Iterator<Item = QueryResult<&impl Row<Self::Backend>>`](Iterator).
416416
/// This type can be used to iterate over all rows returned by the database.
417417
#[diesel_derives::__diesel_public_if(

0 commit comments

Comments
 (0)