Skip to content

Commit e59e02e

Browse files
Privatize some exports from code_stats
1 parent 579adf8 commit e59e02e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/session/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
pub use self::code_stats::{CodeStats, DataTypeKind, FieldInfo};
12-
pub use self::code_stats::{SizeKind, TypeSizeInfo, VariantInfo};
11+
pub use self::code_stats::{DataTypeKind, SizeKind, FieldInfo, VariantInfo};
12+
use self::code_stats::CodeStats;
1313

1414
use hir::def_id::CrateNum;
1515
use ich::Fingerprint;

0 commit comments

Comments
 (0)