We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9654961 commit d5ac222Copy full SHA for d5ac222
src/runtime.rs
@@ -4,8 +4,6 @@ use tokio::runtime;
4
#[cfg(feature = "metrics-rs-integration")]
5
pub(crate) mod metrics_rs_integration;
6
7
-#[cfg(any(docsrs, all(tokio_unstable, feature = "rt")))]
8
-#[cfg_attr(docsrs, doc(cfg(all(tokio_unstable, feature = "rt"))))]
9
/// Monitors key metrics of the tokio runtime.
10
///
11
/// ### Usage
@@ -53,8 +51,6 @@ pub struct RuntimeMonitor {
53
51
runtime: runtime::RuntimeMetrics,
54
52
}
55
56
57
58
/// Key runtime metrics.
59
#[non_exhaustive]
60
#[derive(Default, Debug, Clone)]
0 commit comments