Skip to content

Commit

Permalink
Fix intra doc link to diesel::sql_types
Browse files Browse the repository at this point in the history
  • Loading branch information
martell committed Apr 24, 2020
1 parent 70d972a commit 1c36df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_derives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ pub fn derive_valid_grouping(input: TokenStream) -> TokenStream {
///
/// The syntax for this macro is very similar to that of a normal Rust function,
/// except the argument and return types will be the SQL types being used.
/// Typically these types will come from [`diesel::sql_types`].
/// Typically these types will come from [`diesel::sql_types`](../diesel/sql_types/index.html)
///
/// This macro will generate two items. A function with the name that you've
/// given, and a module with a helper type representing the return type of your
Expand Down

0 comments on commit 1c36df1

Please sign in to comment.