chore: fix clippy warnings (#14999)

This commit is contained in:
BiggerRain
2026-02-26 21:35:45 +08:00
committed by GitHub
parent 03514414d9
commit f20256bca5

View File

@@ -136,7 +136,7 @@ pub fn bundle_project(settings: &Settings) -> crate::Result<Vec<PathBuf>> {
if matches!(e, NotarizeAuthError::MissingTeamId) {
return Err(e.into());
} else {
log::warn!("skipping app notarization, {}", e.to_string());
log::warn!("skipping app notarization, {e}");
}
}
}