Skip to content

Commit fadc154

Browse files
roypatJonathanWoollett-Light
authored andcommitted
Appease Clippy
With new rust toolchain version, it was complaining about hexadecimals not being grouped into sections of equal size using '_'. Since this was done for readability, suppress the lint on the test in question. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 6da99cc commit fadc154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ioctls/vm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,6 +1944,7 @@ mod tests {
19441944

19451945
#[test]
19461946
#[cfg(target_arch = "aarch64")]
1947+
#[allow(clippy::unusual_byte_groupings)]
19471948
fn test_set_irq_line() {
19481949
let kvm = Kvm::new().unwrap();
19491950
let vm_fd = kvm.create_vm().unwrap();

0 commit comments

Comments
 (0)