mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
clippy: Fix redundant field names warnings (#31793)
This commit is contained in:
@@ -701,8 +701,8 @@ pub fn get_reports(cx: *mut RawJSContext, path_seg: String) -> Vec<Report> {
|
||||
let mut path = path![path_seg, "js"];
|
||||
path.append(&mut path_suffix);
|
||||
reports.push(Report {
|
||||
path: path,
|
||||
kind: kind,
|
||||
path,
|
||||
kind,
|
||||
size: size as usize,
|
||||
})
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user