File tree Expand file tree Collapse file tree 10 files changed +20
-10
lines changed Expand file tree Collapse file tree 10 files changed +20
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ rustflags = [
5
5
"-Dclippy::ptr_as_ptr",
6
6
"-Dclippy::undocumented_unsafe_blocks",
7
7
"-Dclippy::cast_lossless",
8
- "-Dclippy::cast_sign_loss"
8
+ "-Dclippy::cast_sign_loss",
9
+ "-Dmissing_debug_implementations"
9
10
]
10
11
11
12
[net]
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
pub const ETH_ALEN : u32 = 6 ;
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
pub const IFNAMSIZ : u32 = 16 ;
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
pub const FIOSETOWN : u32 = 35073 ;
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
pub const VIRTIO_F_NOTIFY_ON_EMPTY : u32 = 24 ;
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
pub const VIRTIO_F_NOTIFY_ON_EMPTY : u32 = 24 ;
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
pub const VIRTIO_RING_F_EVENT_IDX : u32 = 29 ;
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
pub const VIRTIO_F_NOTIFY_ON_EMPTY : u32 = 24 ;
Original file line number Diff line number Diff line change 9
9
dead_code,
10
10
non_snake_case,
11
11
clippy:: ptr_as_ptr,
12
- clippy:: undocumented_unsafe_blocks
12
+ clippy:: undocumented_unsafe_blocks,
13
+ missing_debug_implementations
13
14
) ]
14
15
15
16
#[ repr( C ) ]
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ function fc-bindgen {
33
33
non_snake_case,
34
34
clippy::ptr_as_ptr,
35
35
clippy::undocumented_unsafe_blocks,
36
- clippy::cast_lossless
36
+ clippy::cast_lossless,
37
+ missing_debug_implementations
37
38
)]
38
39
39
40
EOF
You can’t perform that action at this time.
0 commit comments