rust-osdev / linked-list-allocator

Apache License 2.0
219 stars 53 forks source link

Fix warnings about `cfg(fuzzing)` #82

Closed phil-opp closed 4 months ago

phil-opp commented 4 months ago

Rust now warns about unexpected cfg conditions.