1 2 3 4 5 6
use interoptopus::inventory::RustInventory; #[test] fn basic() { let _ = RustInventory::new().validate(); }