robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
34 stars 4 forks source link

Remove usage of feature(ptr_internals) #56

Open robert-w-gries opened 6 years ago

robert-w-gries commented 6 years ago

55 is a bandaid fix to prevent compiler errors.

Ideally, we should replace Unique with static *mut or NonNull