[meta] Add more pub(crate) definitions.
This commit is contained in:
@@ -664,7 +664,7 @@ fn typeset_to_string(ts: &TypeSet) -> String {
|
||||
}
|
||||
|
||||
/// Generate the table of ValueTypeSets described by type_sets.
|
||||
pub fn gen_typesets_table(type_sets: &UniqueTable<TypeSet>, fmt: &mut Formatter) {
|
||||
pub(crate) fn gen_typesets_table(type_sets: &UniqueTable<TypeSet>, fmt: &mut Formatter) {
|
||||
if type_sets.len() == 0 {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user