Skip to content

Commit 3c3c599

Browse files
authored
Merge branch 'main' into missing_debug_implementations
2 parents 8edbad1 + 074926d commit 3c3c599

File tree

6 files changed

+737
-559
lines changed

6 files changed

+737
-559
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Unreleased
2+
3+
## Fixed
4+
- [[#130]](https://github.com/rust-vmm/linux-loader/issues/130) Generate bindings
5+
to fix unaligned references in unit tests.
6+
17
# [v0.9.0]
28

39
## Fixed

src/loader_gen/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
//! Bindgen autogenerated structs for boot parameters.
1111
1212
#![cfg(any(target_arch = "x86", target_arch = "x86_64"))]
13-
// Keep this until https://github.com/rust-lang/rust-bindgen/issues/1651 is fixed.
14-
#![cfg_attr(test, allow(deref_nullptr, unaligned_references))]
1513

1614
mod x86_64;
1715
pub use x86_64::*;

0 commit comments

Comments
 (0)