Remove redundant must_use

This commit is contained in:
Roey Darwish Dror
2019-12-21 15:32:58 +02:00
parent 6b5da066f6
commit 7f92b56fa8
4 changed files with 0 additions and 13 deletions

View File

@@ -2,7 +2,6 @@ use crate::executor::RunType;
use crate::terminal::print_separator;
use anyhow::Result;
#[must_use]
pub fn upgrade_macos(run_type: RunType) -> Result<()> {
print_separator("App Store");