mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix issues found by rust-clippy
This commit is contained in:
parent
6303126e0c
commit
20beaf5af3
23 changed files with 106 additions and 121 deletions
|
@ -112,5 +112,5 @@ pub fn profile<T, F>(category: ProfilerCategory,
|
|||
profiler_chan.send(ProfilerMsg::Time((category, meta),
|
||||
(start_time, end_time),
|
||||
(start_energy, end_energy)));
|
||||
return val;
|
||||
val
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue