Skip to content

Commit c05e062

Browse files
committed
Fix intra doc link to diesel::sql_types
1 parent a8b6042 commit c05e062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_derives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ pub fn derive_valid_grouping(input: TokenStream) -> TokenStream {
487487
///
488488
/// The syntax for this macro is very similar to that of a normal Rust function,
489489
/// except the argument and return types will be the SQL types being used.
490-
/// Typically these types will come from [`diesel::sql_types`].
490+
/// Typically these types will come from [`diesel::sql_types`](../diesel/sql_types/index.html)
491491
///
492492
/// This macro will generate two items. A function with the name that you've
493493
/// given, and a module with a helper type representing the return type of your

0 commit comments

Comments
 (0)