1// #![warn(missing_docs)] 2#![warn(rust_2018_idioms)] 3#![warn(unreachable_pub)] 4 5pub mod common; 6pub mod mixed; 7pub mod uniform;