mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
Add leading _ to jet_name parameter
This commit is contained in:
parent
be2af44231
commit
f8b05fc53b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user