We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f7520 commit e667872Copy full SHA for e667872
src/librustdoc/docfs.rs
@@ -2,7 +2,6 @@
2
//!
3
//! On Windows this indirects IO into threads to work around performance issues
4
//! with Defender (and other similar virus scanners that do blocking operations).
5
-//! On other platforms this is a thin shim to fs.
6
7
//! Only calls needed to permit this workaround have been abstracted: thus
8
//! fs::read is still done directly via the fs module; if in future rustdoc
0 commit comments