From 4044f1e73f76573d08b7494766bb69ee1f970d9a Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Tue, 12 Jan 2021 12:55:08 +0100 Subject: [PATCH] Use intra-doc links --- src/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.rs b/src/data.rs index 1738ae90f..dbb5b9f25 100644 --- a/src/data.rs +++ b/src/data.rs @@ -22,7 +22,7 @@ pub(crate) type FnDataFactory = /// /// Internally it wraps the data in an `Arc`. /// -/// See `App::data()` and `App::app_data()` for when and how to use this. +/// See [`App::data()`] and [`App::app_data()`] for when and how to use this. #[derive(Debug)] pub struct Data(Arc);