aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/installer.rs')
-rw-r--r--crates/shirabe/src/installer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/installer.rs b/crates/shirabe/src/installer.rs
index d1e839d..7445931 100644
--- a/crates/shirabe/src/installer.rs
+++ b/crates/shirabe/src/installer.rs
@@ -758,7 +758,7 @@ impl Installer {
return Ok(exit_code);
}
- shirabe_semver::compiling_matcher::CompilingMatcher::clear();
+ shirabe_semver::CompilingMatcher::clear();
// write lock
let platform_reqs = self.extract_platform_requirements(&self.package.get_requires());