diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-03-15 16:47:14 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-03-15 16:47:14 +0100 |
| commit | e667872bfdcc48305e1fae90d278693cb089223e (patch) | |
| tree | f39210845c398b2653a38d59bc282884fcd2754e | |
| parent | 50f7520526c72beab648798255e5e7a00a38f8ea (diff) | |
| download | rust-e667872bfdcc48305e1fae90d278693cb089223e.tar.gz rust-e667872bfdcc48305e1fae90d278693cb089223e.zip | |
Update docsfs module documentation
| -rw-r--r-- | src/librustdoc/docfs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
