We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e49ce0 + 93470f7 commit dd5f41dCopy full SHA for dd5f41d
1 file changed
diesel/src/serialize.rs
@@ -156,7 +156,8 @@ where
156
/// database, you should use `i32::to_sql(x, out)` instead of writing to `out`
157
/// yourself.)
158
///
159
-/// Any types which implement this trait should also [`#[derive(AsExpression)]`].
+/// Any types which implement this trait should also
160
+/// [`#[derive(AsExpression)]`](derive@crate::expression::AsExpression).
161
162
/// ### Backend specific details
163
@@ -168,7 +169,6 @@ where
168
169
/// - For third party backends, consult that backend's documentation.
170
171
/// [`MysqlType`]: ../mysql/enum.MysqlType.html
-/// [`#[derive(AsExpression)]`]: ../expression/derive.AsExpression.html;
172
173
/// ### Examples
174
0 commit comments