Clippy last time

This commit is contained in:
Roey Darwish Dror
2021-09-02 16:08:58 +03:00
parent 2a17c553ac
commit 39f455f184

View File

@@ -17,7 +17,7 @@ pub fn self_update() -> Result<()> {
let result = Update::configure()
.repo_owner("r-darwish")
.repo_name("topgrade")
.target(&target)
.target(target)
.bin_name(if cfg!(windows) { "topgrade.exe" } else { "topgrade" })
.show_output(false)
.show_download_progress(true)