mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-18 14:19:01 -04:00
The CpuOps trait should never hold a reference to any other object. In fact, it should be a singleton object which is constructed at kernel boot and live for the entire lifetime of the system. Therefore, it's safe to add the `'static` trait bound.