From e667872bfdcc48305e1fae90d278693cb089223e Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 15 Mar 2023 16:47:14 +0100 Subject: [PATCH] Update docsfs module documentation --- src/librustdoc/docfs.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustdoc/docfs.rs b/src/librustdoc/docfs.rs index 59393697dfe..d58b8dc6ad4 100644 --- a/src/librustdoc/docfs.rs +++ b/src/librustdoc/docfs.rs @@ -2,7 +2,6 @@ //! //! On Windows this indirects IO into threads to work around performance issues //! with Defender (and other similar virus scanners that do blocking operations). -//! On other platforms this is a thin shim to fs. //! //! Only calls needed to permit this workaround have been abstracted: thus //! fs::read is still done directly via the fs module; if in future rustdoc