Skip to content

Commit 93470f7

Browse files
committed
Fix path for AsExpression derive
1 parent 829b5a9 commit 93470f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel/src/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ where
187187
/// yourself.)
188188
///
189189
/// Any types which implement this trait should also
190-
/// [`#[derive(AsExpression)]`](derive@crate::AsExpression).
190+
/// [`#[derive(AsExpression)]`](derive@crate::expression::AsExpression).
191191
///
192192
/// ### Backend specific details
193193
///

0 commit comments

Comments
 (0)