On Wed, Jan 28, 2026 at 08:28:36PM -0600, Timur Tabi wrote: > +// FIXME: Move this into per-module data once that exists > +static mut DEBUGFS_ROOT: Option<debugfs::Dir> = None;
Surely debugfs has a solution to avoid this... Alice
On Wed, Jan 28, 2026 at 08:28:36PM -0600, Timur Tabi wrote: > +// FIXME: Move this into per-module data once that exists > +static mut DEBUGFS_ROOT: Option<debugfs::Dir> = None;
Surely debugfs has a solution to avoid this... Alice