rust-osdev / linked-list-allocator

Apache License 2.0
219 stars 53 forks source link

Fix build on stable by adding missing field in `HoleList` initializer #68

Closed phil-opp closed 2 years ago

phil-opp commented 2 years ago

Fixes a minor bug that led to a build failure when compiling with --no-default-features, e.g. when using stable Rust. This issue was introduced in the just released v0.10.2.

We did not catch it earlier because we bypassed the CI for the v0.10.2 release because it fixed a security vulnerability.