File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ use serde::Deserialize;
88use which:: which;
99
1010/// Attributes parsed from a torrent file.
11+ #[ allow( dead_code) ]
1112#[ derive( Deserialize , Clone , Debug ) ]
1213pub struct TorrentFileInfo {
1314 pub name : String ,
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ impl From<TorrentIndexInfo> for UploadTorrentMultipartForm {
4040}
4141
4242/// Torrent that has been added to the index.
43+ #[ allow( dead_code) ]
4344pub struct TorrentListedInIndex {
4445 pub torrent_id : Id ,
4546 pub title : String ,
Original file line number Diff line number Diff line change 11use serde:: Deserialize ;
22
3+ #[ allow( dead_code) ]
34#[ derive( Deserialize , Debug ) ]
45pub struct AddedUserResponse {
56 pub data : NewUserData ,
67}
78
9+ #[ allow( dead_code) ]
810#[ derive( Deserialize , Debug ) ]
911pub struct NewUserData {
1012 pub user_id : i64 ,
You can’t perform that action at this time.
0 commit comments