remove any fields that are not totally necessary

This commit is contained in:
codehag 2018-10-14 17:04:33 +02:00
parent a424ba9b2d
commit 8d738f6499

View file

@ -63,9 +63,6 @@ struct ListWorkersReply {
#[derive(Serialize)]
struct WorkerMsg {
id: u32,
url: String,
title: String,
parentID: u32,
}
#[derive(Serialize)]