Skip to content

Commit

Permalink
Update tokio/src/macros/cfg.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Jan 7, 2021
1 parent 38964b6 commit cdc1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/macros/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ macro_rules! cfg_net_windows {
($($item:item)*) => {
$(
#[cfg(all(target_os = "windows", feature = "net"))]
#[cfg_attr(docsrs, doc(cfg(feature = "net")))]
#[cfg_attr(docsrs, doc(cfg(all(target_os = "windows", feature = "net"))))]
$item
)*
}
Expand Down

0 comments on commit cdc1137

Please sign in to comment.