// #![ deny( rust_2018_idioms ) ] // #![ deny( missing_debug_implementations ) ] // #![ deny( missing_docs ) ] // #![ feature( trace_macros ) ] #[ allow( unused_imports ) ] use data_type as the_module; #[ allow( unused_imports ) ] use test_tools::exposed::*; mod inc;