Skip to content

Commit

Permalink
♻️ Apply inline attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Aug 12, 2024
1 parent 73332d3 commit 82dbd2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command/mount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub(crate) struct MountArgs {
}

impl Command for MountArgs {
#[inline]
fn execute(self) -> io::Result<()> {
let password = ask_password(self.password)?;
mount_archive(&self.mount_point, &self.archive, password)
Expand Down

0 comments on commit 82dbd2e

Please sign in to comment.