Incorporate review comments
This commit is contained in:
parent
e9580e262b
commit
025456e8a4
3 changed files with 8 additions and 15 deletions
|
|
@ -19,4 +19,4 @@ fn main() {
|
|||
assert_eq!(c, 3);
|
||||
};
|
||||
c(1, 2, 3);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ enum E2 {
|
|||
}
|
||||
|
||||
// From pr 37429
|
||||
pub const SIZEOF_QUERY: usize = 21;
|
||||
|
||||
#[repr(C,packed)]
|
||||
pub struct p0f_api_query {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue