Skip to content

Commit

Permalink
Simplify doc links
Browse files Browse the repository at this point in the history
Those no longer need to be speicified explicitly in recent versions of
rustdoc.
  • Loading branch information
hannobraun committed Sep 17, 2021
1 parent a5e7eca commit e530e6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tower-http/src/trace/on_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ impl DefaultOnRequest {
/// Defaults to [`Level::DEBUG`].
///
/// [tracing events]: https://docs.rs/tracing/latest/tracing/#events
/// [`Level::DEBUG`]: https://docs.rs/tracing/latest/tracing/struct.Level.html#associatedconstant.DEBUG
pub fn level(mut self, level: Level) -> Self {
self.level = level;
self
Expand Down
1 change: 0 additions & 1 deletion tower-http/src/trace/on_response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl DefaultOnResponse {
/// Defaults to [`Level::DEBUG`].
///
/// [tracing events]: https://docs.rs/tracing/latest/tracing/#events
/// [`Level::DEBUG`]: https://docs.rs/tracing/latest/tracing/struct.Level.html#associatedconstant.DEBUG
pub fn level(mut self, level: Level) -> Self {
self.level = level;
self
Expand Down

0 comments on commit e530e6c

Please sign in to comment.