Remove unused stuff

This commit is contained in:
Nikolai Rodionov
2023-01-15 21:00:53 +01:00
parent e3bc5fb175
commit b523e9fd9a
4 changed files with 18 additions and 133 deletions

View File

@@ -16,7 +16,7 @@ pub(crate) struct HelmRepo {
}
#[derive(Clone, Serialize)]
enum Status {
pub(crate) enum Status {
Uptodate,
Outdated,
Missing,