mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
fix: Dependency vs dependents (#1462)
* fix: Dependency vs dependents * chore: Remove the debugging
This commit is contained in:
@@ -159,6 +159,7 @@ impl PackageProcedure {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct NoOutput;
|
||||
impl<'de> Deserialize<'de> for NoOutput {
|
||||
fn deserialize<D>(_: D) -> Result<Self, D::Error>
|
||||
|
||||
Reference in New Issue
Block a user