On Tue Jun 23, 2026 at 7:29 AM BST, Alvin Sun wrote: > All users have been migrated to `ModuleMetadata::THIS_MODULE` const or > `this_module::<LocalModule>()` helper. The `static THIS_MODULE` > generated by the `module!` macro is no longer referenced anywhere, > so remove it to avoid having two sources of the same `ThisModule` > pointer. > > Signed-off-by: Alvin Sun <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/macros/module.rs | 16 ---------------- > 1 file changed, 16 deletions(-)

