1 2 3 4 5 6 7
use crate::tools::Tools; use mcplease::traits::AsToolsList; #[test] fn tools_doesnt_panic() { Tools::tools_list(); }