Remove dead_code allows
This commit is contained in:
parent
5d510ff787
commit
095cb66b10
@ -59,7 +59,6 @@ pub trait IMbJobSender {
|
|||||||
pub enum MbParams {
|
pub enum MbParams {
|
||||||
Lookup(LookupParams),
|
Lookup(LookupParams),
|
||||||
Search(SearchParams),
|
Search(SearchParams),
|
||||||
#[allow(dead_code)] // TODO: remove with completion of #160
|
|
||||||
Browse(BrowseParams),
|
Browse(BrowseParams),
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,7 +101,6 @@ pub struct SearchReleaseGroupParams {
|
|||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
pub enum BrowseParams {
|
pub enum BrowseParams {
|
||||||
#[allow(dead_code)] // TODO: remove with completion of #160
|
|
||||||
ReleaseGroup(BrowseReleaseGroupParams),
|
ReleaseGroup(BrowseReleaseGroupParams),
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -136,7 +134,6 @@ impl MbParams {
|
|||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)] // TODO: to be removed by completion of #160
|
|
||||||
pub fn browse_release_group(artist: Mbid) -> Self {
|
pub fn browse_release_group(artist: Mbid) -> Self {
|
||||||
MbParams::Browse(BrowseParams::ReleaseGroup(BrowseReleaseGroupParams {
|
MbParams::Browse(BrowseParams::ReleaseGroup(BrowseReleaseGroupParams {
|
||||||
artist,
|
artist,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user