We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b6042 commit c05e062Copy full SHA for c05e062
1 file changed
diesel_derives/src/lib.rs
@@ -487,7 +487,7 @@ pub fn derive_valid_grouping(input: TokenStream) -> TokenStream {
487
///
488
/// The syntax for this macro is very similar to that of a normal Rust function,
489
/// except the argument and return types will be the SQL types being used.
490
-/// Typically these types will come from [`diesel::sql_types`].
+/// Typically these types will come from [`diesel::sql_types`](../diesel/sql_types/index.html)
491
492
/// This macro will generate two items. A function with the name that you've
493
/// given, and a module with a helper type representing the return type of your
0 commit comments