aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
diff options
context:
space:
mode:
Diffstat (limited to 'components/net')
-rw-r--r--components/net/filemanager_thread.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/net/filemanager_thread.rs b/components/net/filemanager_thread.rs
index b5e0853fd3f..0e86905fd0d 100644
--- a/components/net/filemanager_thread.rs
+++ b/components/net/filemanager_thread.rs
@@ -122,9 +122,9 @@ impl FileManager {
self.store.invalidate_token(token, file_id);
}
- // Read a file for the Fetch implementation.
- // It gets the required headers synchronously and reads the actual content
- // in a separate thread.
+ /// Read a file for the Fetch implementation.
+ /// It gets the required headers synchronously and reads the actual content
+ /// in a separate thread.
#[allow(clippy::too_many_arguments)]
pub fn fetch_file(
&self,