1 2 3 4 5 6 7 8 9 10
//! Primary tests. // #![ feature( trace_macros ) ] #![ allow( unused_imports ) ] use format_tools as the_module; use test_tools::exposed::*; #[ cfg( feature = "enabled" ) ] mod inc;