mirror of https://github.com/fafhrd91/actix-web
Use intra-doc links
This commit is contained in:
parent
a293857fdb
commit
4044f1e73f
|
@ -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<T: ?Sized>(Arc<T>);
|
||||
|
||||
|
|
Loading…
Reference in New Issue