Skip to content

Commit f645277

Browse files
authored
Fix rustfmt failure
1 parent 5105970 commit f645277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-util/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cfg_rt! {
5050
}
5151

5252
#[cfg(any(feature = "rt", feature = "join-map"))]
53-
#[cfg_attr(docsrs,doc(cfg(any(feature = "rt", feature = "join-map"))))]
53+
#[cfg_attr(docsrs, doc(cfg(any(feature = "rt", feature = "join-map"))))]
5454
pub mod task;
5555

5656
cfg_time! {

0 commit comments

Comments
 (0)