mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix a bunch of clippy lints
This commit is contained in:
parent
b1ca3d1cdf
commit
6b215f38ee
58 changed files with 281 additions and 356 deletions
|
@ -130,7 +130,7 @@ fn perform_platform_specific_initialization() {
|
|||
}
|
||||
}
|
||||
};
|
||||
match libc::setrlimit(libc::RLIMIT_NOFILE, &mut rlim) {
|
||||
match libc::setrlimit(libc::RLIMIT_NOFILE, &rlim) {
|
||||
0 => (),
|
||||
_ => warn!("Failed to set file count limit"),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue