When attempting to put
#![allow(clippy)] at the top of a file, it gets placed below any imports created by register.
It'd be nice to specify, perhaps in the Rust config, any top-of-module lines that must be present.
The workaround is to just insert such things first at the top of a file, but this sort of breaks the abstraction.