rustfmt-nightly 1.4.2

Tool to find and fix Rust formatting issues
#![feature(non_modrs_mods)]

// Test that submodules in non-mod.rs files work. This is just an idempotence
// test since we just want to verify that rustfmt doesn't fail.

mod foo;