Make CodeStat's type sizes a public field
This commit is contained in:
parent
40dacd50b7
commit
6999305926
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue