Add leading _ to jet_name parameter

This commit is contained in:
Peter McEvoy 2023-03-14 18:27:03 -04:00
parent be2af44231
commit f8b05fc53b

View File

@ -68,7 +68,7 @@ pub fn get_jet(jet_name: Noun) -> Option<Jet> {
}
}
pub fn get_jet_test_mode(jet_name: Noun) -> bool {
pub fn get_jet_test_mode(_jet_name: Noun) -> bool {
/*
match jet_name.as_direct().unwrap().data() {
tas!(b"cut") => true,