mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
remove any fields that are not totally necessary
This commit is contained in:
@@ -63,9 +63,6 @@ struct ListWorkersReply {
|
||||
#[derive(Serialize)]
|
||||
struct WorkerMsg {
|
||||
id: u32,
|
||||
url: String,
|
||||
title: String,
|
||||
parentID: u32,
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user