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 5105970 commit f645277Copy full SHA for f645277
tokio-util/src/lib.rs
@@ -50,7 +50,7 @@ cfg_rt! {
50
}
51
52
#[cfg(any(feature = "rt", feature = "join-map"))]
53
-#[cfg_attr(docsrs,doc(cfg(any(feature = "rt", feature = "join-map"))))]
+#[cfg_attr(docsrs, doc(cfg(any(feature = "rt", feature = "join-map"))))]
54
pub mod task;
55
56
cfg_time! {
0 commit comments