[meta] Make more things pub(crate) instead of pub;
This could help the compiler find unused fields/methods. It didn't find any during this migration.
This commit is contained in:
@@ -211,7 +211,7 @@ fn gen_isa(formats: &FormatRegistry, isa_name: &str, recipes: &Recipes, fmt: &mu
|
||||
fmt.line("}");
|
||||
}
|
||||
|
||||
pub fn generate(
|
||||
pub(crate) fn generate(
|
||||
formats: &FormatRegistry,
|
||||
isa_name: &str,
|
||||
recipes: &Recipes,
|
||||
|
||||
Reference in New Issue
Block a user