Export PhysAddrNotValid and VirtAddrNotValid#163
Conversation
Those two structs are exported by making the `addr` module public.
|
Tell me if you would prefer to have an reexport at the top-level. I thought that exporting them as |
phil-opp
left a comment
There was a problem hiding this comment.
That was quick, thank you!
I thought that exporting them as addr::VirtAddrNotValid and addr::PhysAddrNotValid would avoid polluting code completion for x86_64::Virt in IDE.
Sounds reasonable!
|
|
|
The clippy errors are because of rust-lang/rust-clippy#5704. I hope that rust-lang/rust-clippy#5705 lands soon so that the lint that causes the error is disabled by default. |
|
Published as version 0.11.1. |
Those two structs are exported by making the
addrmodule public.Close #162