1 2 3 4 5 6 7 8 9 10
#![ allow( missing_docs ) ] #![ cfg_attr( feature = "no_std", no_std ) ] #[ allow( unused_imports ) ] use data_type as the_module; #[ allow( unused_imports ) ] use test_tools::*; mod inc;