Skip to content

Commit 8a0d437

Browse files
committed
style: Fix clippy
1 parent 313d6a6 commit 8a0d437

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

activity/fly-http/impl/src/machine.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ pub(crate) mod ser {
3232
pub(crate) region: Option<Region>,
3333
}
3434

35-
#[derive(Serialize, Deserialize, Debug)]
36-
pub(crate) struct MountSer {
37-
volume: String,
38-
path: String,
39-
}
40-
4135
#[derive(Deserialize)]
4236
pub(crate) struct MachineCreateResponseSer {
4337
pub(crate) id: String,

0 commit comments

Comments
 (0)