rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

[v0.9] Silence dead code warning #436

Closed phil-opp closed 6 months ago

phil-opp commented 6 months ago

The field is not read anywhere, but printed as part of the Debug output on error.

Fixes https://github.com/phil-opp/blog_os/issues/1317

phil-opp commented 6 months ago

Published as v0.9.29