[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:
@@ -431,7 +431,7 @@ fn gen_group(group: &SettingGroup, parent: ParentGroup, fmt: &mut Formatter) {
|
||||
gen_display(group, fmt);
|
||||
}
|
||||
|
||||
pub fn generate(
|
||||
pub(crate) fn generate(
|
||||
settings: &SettingGroup,
|
||||
parent_group: ParentGroup,
|
||||
filename: &str,
|
||||
|
||||
Reference in New Issue
Block a user