error[E0119]: conflicting implementations of trait `Debug` for type `IORPCMessage`
--> /Users/runner/work/keepawake-rs/keepawake-rs/target/aarch64-apple-darwin/release/build/apple-sys-7a498b7b0123b7f9/out/IOKit.rs:55036:10
|
55036 | #[derive(Debug)]
| ^^^^^ conflicting implementation for `IORPCMessage`
...
82951 | impl ::std::fmt::Debug for IORPCMessage {
| --------------------------------------- first implementation here
|
= note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
See https://github.com/segevfiner/keepawake-rs/actions/runs/4272014787/jobs/7436882628