We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8a877 commit 1e194d6Copy full SHA for 1e194d6
diesel/src/connection/mod.rs
@@ -411,7 +411,7 @@ pub trait LoadConnection<B = DefaultLoadingMode>: Connection {
411
/// [`QueryDsl::load`](crate::QueryDsl) instead.
412
///
413
/// This function is useful for people trying to build an alternative
414
- /// dsl on top of diesel. It returns an [ `LoadRowIter`], which
+ /// dsl on top of diesel. It returns an [`LoadRowIter`], which
415
/// is essentially an [`Iterator<Item = QueryResult<&impl Row<Self::Backend>>`](Iterator).
416
/// This type can be used to iterate over all rows returned by the database.
417
#[diesel_derives::__diesel_public_if(
0 commit comments