Skip to content

Commit

Permalink
silence broken intra-doc links on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Nov 5, 2024
1 parent ca636e4 commit 91a54be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, allow(unused_attributes))]
#![cfg_attr(loom, allow(dead_code, unreachable_pub))]
#![cfg_attr(windows, allow(rustdoc::broken_intra_doc_links))]

//! A runtime for writing reliable network applications without compromising speed.
//!
Expand Down

0 comments on commit 91a54be

Please sign in to comment.