Skip to content

Commit

Permalink
now i gave up making run_shell_command nice, the must_use is redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
iximeow committed Oct 18, 2024
1 parent 7f022e1 commit 2b5fa0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phd-tests/framework/src/test_vm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ impl TestVm {
// unfortunately I don't know how to plumb the futures for that, since we'd
// have to close over `&self`, so doing any Boxing to hold an
// `async move {}` immediately causes issues.
#[must_use]
pub async fn run_shell_command(&self, cmd: &str) -> Result<ShellOutput> {
// Allow the guest OS to transform the input command into a
// guest-specific command sequence. This accounts for the guest's shell
Expand Down

0 comments on commit 2b5fa0a

Please sign in to comment.