plcom: build.rs: removed warning
This commit is contained in:
parent
a573a1ab7b
commit
feba0ad668
1 changed files with 5 additions and 5 deletions
|
|
@ -38,12 +38,12 @@ struct Image {
|
||||||
position: String,
|
position: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
// #[derive(Debug, Deserialize)]
|
||||||
// TODO: possible implementation: https://www.reddit.com/r/rust/comments/10bab4v/serdejson_how_to_deserialize_and_serialize_an/
|
// TODO: possible implementation: https://www.reddit.com/r/rust/comments/10bab4v/serdejson_how_to_deserialize_and_serialize_an/
|
||||||
enum ImagePosition {
|
// enum ImagePosition {
|
||||||
Left,
|
// Left,
|
||||||
Right,
|
// Right,
|
||||||
}
|
// }
|
||||||
|
|
||||||
#[derive(Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue