[meta] Morph a few pub into pub(crate), and remove dead code;
This commit is contained in:
@@ -50,7 +50,7 @@ impl<'formats> RecipeGroup<'formats> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn define<'formats>(
|
||||
pub(crate) fn define<'formats>(
|
||||
shared_defs: &'formats SharedDefinitions,
|
||||
regs: &IsaRegs,
|
||||
) -> RecipeGroup<'formats> {
|
||||
|
||||
Reference in New Issue
Block a user