We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73df97a commit 1de9229Copy full SHA for 1de9229
kvm-ioctls/src/ioctls/vcpu.rs
@@ -2863,7 +2863,7 @@ mod tests {
2863
2864
// Don't drop the File object, or it'll notice the file it's trying to close is
2865
// invalid and abort the process.
2866
- faulty_vcpu_fd.vcpu.into_raw_fd();
+ let _ = faulty_vcpu_fd.vcpu.into_raw_fd();
2867
}
2868
2869
#[test]
@@ -2909,7 +2909,7 @@ mod tests {
2909
2910
2911
2912
2913
2914
2915
0 commit comments