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,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
// #[derive(Debug, Deserialize)]
|
||||
// TODO: possible implementation: https://www.reddit.com/r/rust/comments/10bab4v/serdejson_how_to_deserialize_and_serialize_an/
|
||||
enum ImagePosition {
|
||||
Left,
|
||||
Right,
|
||||
}
|
||||
// enum ImagePosition {
|
||||
// Left,
|
||||
// Right,
|
||||
// }
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue