We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579adf8 commit e59e02eCopy full SHA for e59e02e
src/librustc/session/mod.rs
@@ -8,8 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-pub use self::code_stats::{CodeStats, DataTypeKind, FieldInfo};
12
-pub use self::code_stats::{SizeKind, TypeSizeInfo, VariantInfo};
+pub use self::code_stats::{DataTypeKind, SizeKind, FieldInfo, VariantInfo};
+use self::code_stats::CodeStats;
13
14
use hir::def_id::CrateNum;
15
use ich::Fingerprint;
0 commit comments