Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -9,6 +9,12 @@ use super::RustService;
|
||||
|
||||
pub struct CargoClean;
|
||||
|
||||
impl Default for CargoClean {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl CargoClean {
|
||||
pub fn new() -> Self {
|
||||
Self {}
|
||||
|
Reference in New Issue
Block a user