robert-w-gries / rxinu

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

Change from deprecated panic_implementation to panic_handler #77

Closed robert-w-gries closed 6 years ago

robert-w-gries commented 6 years ago

Addresses the following warning:

warning: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224
  --> src/bin/test-task-basic-process.rs:52:1
   |
52 | #[panic_implementation]
   | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
   |
   = note: #[warn(deprecated)] on by default