Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit f2e38e2

Browse files
jiangliustefano-garzarella
authored andcommitted
vring: do not take &mut self for VringT
Backend::handle_event() takes an argument of `vrings: &[V]` with `V: VringT`, so methods of VringT should not take `&mut self`. Signed-off-by: Liu Jiang <[email protected]>
1 parent e8beb23 commit f2e38e2

File tree

2 files changed

+82
-84
lines changed

2 files changed

+82
-84
lines changed

coverage_config_x86_64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 79.1,
2+
"coverage_score": 78.8,
33
"exclude_path": "",
44
"crate_features": ""
55
}

0 commit comments

Comments
 (0)