Skip to content

Commit cb183e8

Browse files
committed
fix: update cargo.lock
1 parent 02a2d84 commit cb183e8

File tree

2 files changed

+41
-17
lines changed

2 files changed

+41
-17
lines changed

Cargo.lock

Lines changed: 40 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/axdriver/src/dummy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ cfg_if! {
176176
fn abort(&mut self, _cid: VsockConnId) -> DevResult<()> {
177177
Err(DevError::Unsupported)
178178
}
179-
fn poll_event(&mut self, _buf: &mut [u8]) -> DevResult<Option<VsockDriverEvent>> {
179+
fn poll_event(&mut self) -> DevResult<Option<VsockDriverEvent>> {
180180
Err(DevError::Unsupported)
181181
}
182182
}

0 commit comments

Comments
 (0)