Skip to content

Commit f641caf

Browse files
authored
Merge pull request #3009 from ChrisDenton/cfg-windows
Fix unused imports warning
2 parents 27fa114 + 15507ec commit f641caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ pub(crate) fn install(
462462
})();
463463

464464
if let Err(e) = install_res {
465-
common::report_error(&e);
465+
report_error(&e);
466466

467467
// On windows, where installation happens in a console
468468
// that may have opened just for this purpose, give

0 commit comments

Comments
 (0)