Skip to content

Commit

Permalink
fix(doc): links
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 31, 2023
1 parent d7298ce commit 1ae5e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz-tower/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::task::{Context, Poll};

use viz_core::{BoxFuture, Error, Handler, Request, Response, Result};

/// An adapter that makes a [`Handler`] into a [`Service`].
/// An adapter that makes a [`Handler`] into a [`Service`](tower::Service).
#[derive(Debug)]
pub struct HandlerService<H>(H);

Expand Down

0 comments on commit 1ae5e88

Please sign in to comment.