mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +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
|
@ -453,8 +453,7 @@ impl WebGL2RenderingContext {
|
|||
})
|
||||
}
|
||||
|
||||
#[allow(unsafe_code)]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[allow(unsafe_code, clippy::too_many_arguments)]
|
||||
fn read_pixels_into(
|
||||
&self,
|
||||
x: i32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue