Make CodeStat's type sizes a public field
This commit is contained in:
@@ -72,7 +72,7 @@ pub struct TypeSizeInfo {
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct CodeStats {
|
||||
type_sizes: Lock<FxHashSet<TypeSizeInfo>>,
|
||||
pub type_sizes: Lock<FxHashSet<TypeSizeInfo>>,
|
||||
}
|
||||
|
||||
impl CodeStats {
|
||||
|
||||
Reference in New Issue
Block a user