1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00

Intradoc links conversion (#227)

* intra doc conversion

* rm trailing blank comment
This commit is contained in:
Aravinth Manivannan
2020-12-14 13:52:30 +05:30
committed by GitHub
parent 02a902068f
commit b296d0f254
7 changed files with 7 additions and 13 deletions

View File

@ -60,8 +60,6 @@ where
}
/// A `Transform` implementation that wraps services with a [`TracingService`].
///
/// [`TracingService`]: struct.TracingService.html
pub struct TracingTransform<S, U, F> {
make_span: F,
_p: PhantomData<fn(S, U)>,