clippy: deny `mod_module_files`
Denies 'mod.rs' files for consistency with the rest of arti modules.
https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
This only took a minute to add. I'm not usually a fan of more clippy lints, but I think maintaining consistency is worthwhile.