1 2 3 4 5 6 7 8 9
//! All tests. // #![ cfg_attr( feature = "type_name_of_val", feature( type_name_of_val ) ) ] // // #![ cfg_attr( feature = "nightly", feature( type_name_of_val ) ) ] #![ allow( unused_imports ) ] use typing_tools as the_module; mod inc;