#![ warn( rust_2018_idioms ) ] #![ warn( missing_debug_implementations ) ] #![ warn( missing_docs ) ] // #![ feature( trace_macros ) ] // #![ feature( type_name_of_val ) ] use wautomata as TheModule; #[ allow( unused_imports ) ] use test_tools::exposed::*; mod inc;