mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
clippy: Allow too_many_arguments
for existing functions (#31974)
* Allow `too_many_arguments` for existing functions * fix: Surround ASCII with code block in rustdoc
This commit is contained in:
parent
f613159cba
commit
cc082efbfd
36 changed files with 86 additions and 64 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue