Browse Source

silence clippy

feat/mass-publish-tool
Jonathan Strong 1 year ago
parent
commit
2ad520d230
  1. 2
      src/main.rs

2
src/main.rs

@ -87,7 +87,7 @@ impl RegistryConfig {
out
} else {
Path::new(&self.dl)
.join(&format!(
.join(format!(
"{name}/{version}/download",
name = name,
version = version,

Loading…
Cancel
Save