File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1505,7 +1505,7 @@ mod tests {
1505
1505
1506
1506
backend. set_gpu_socket( gpu_backend) . unwrap( ) ;
1507
1507
1508
- // Unfortunately there is no way to crate a VringEpollHandler directly (the ::new is not public)
1508
+ // Unfortunately, there is no way to create a VringEpollHandler directly (the ::new is not public)
1509
1509
// So we create a daemon to create the epoll handler for us here
1510
1510
let daemon = VhostUserDaemon :: new(
1511
1511
"vhost-device-gpu-backend" . to_string( ) ,
Original file line number Diff line number Diff line change 23
23
clippy:: bool_to_int_with_if,
24
24
clippy:: borrow_as_ptr,
25
25
clippy:: case_sensitive_file_extension_comparisons,
26
- clippy:: cast_lossless,
27
26
clippy:: cast_ptr_alignment,
28
27
clippy:: naive_bytecount
29
28
) ]
You can’t perform that action at this time.
0 commit comments