Skip to content

Commit

Permalink
doc hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
mox692 committed Oct 18, 2024
1 parent 8e90e20 commit b1af23d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tokio/src/runtime/metrics/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,9 @@ impl RuntimeMetrics {
}
}

#[deprecated = "Renamed to global_queue_depth"]
/// Renamed to [`RuntimeMetrics::global_queue_depth`]
#[deprecated = "Renamed to global_queue_depth"]
#[doc(hidden)]
pub fn injection_queue_depth(&self) -> usize {
self.handle.inner.injection_queue_depth()
}
Expand Down

0 comments on commit b1af23d

Please sign in to comment.