Use intra-doc links

This commit is contained in:
Lars Francke 2021-01-12 12:55:08 +01:00
parent a293857fdb
commit 4044f1e73f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pub(crate) type FnDataFactory =
/// ///
/// Internally it wraps the data in an `Arc`. /// 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)] #[derive(Debug)]
pub struct Data<T: ?Sized>(Arc<T>); pub struct Data<T: ?Sized>(Arc<T>);