Skip to content

Commit

Permalink
Remove a runaway explicit drop
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Jun 13, 2020
1 parent f1e773d commit 60d55a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/wasi-common/src/snapshots/wasi_snapshot_preview1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ impl<'a> WasiSnapshotPreview1 for WasiCtx {
.preadv(&mut buf, offset)?
.try_into()?
};
drop(guest_slices);
Ok(host_nread)
}

Expand Down

0 comments on commit 60d55a3

Please sign in to comment.