mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
remove any fields that are not totally necessary
This commit is contained in:
parent
a424ba9b2d
commit
8d738f6499
1 changed files with 0 additions and 3 deletions
|
@ -63,9 +63,6 @@ struct ListWorkersReply {
|
||||||
#[derive(Serialize)]
|
#[derive(Serialize)]
|
||||||
struct WorkerMsg {
|
struct WorkerMsg {
|
||||||
id: u32,
|
id: u32,
|
||||||
url: String,
|
|
||||||
title: String,
|
|
||||||
parentID: u32,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Serialize)]
|
#[derive(Serialize)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue