Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure module attributes are applied to all top-level modules.
Effectively revert bytecodealliance#1089, and go back to putting `#[allow(dead_code)]` on all modules for now, because the code in bytecodealliance#1089 didn't work for interfaces defined inline inside of worlds, which turn into top-level modules in the Rust bindings.
- Loading branch information