Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Privatize some exports from code_stats
  • Loading branch information
Mark-Simulacrum committed Aug 4, 2018
1 parent 579adf8 commit e59e02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc/session/mod.rs
Expand Up @@ -8,8 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

pub use self::code_stats::{CodeStats, DataTypeKind, FieldInfo};
pub use self::code_stats::{SizeKind, TypeSizeInfo, VariantInfo};
pub use self::code_stats::{DataTypeKind, SizeKind, FieldInfo, VariantInfo};
use self::code_stats::CodeStats;

use hir::def_id::CrateNum;
use ich::Fingerprint;
Expand Down

0 comments on commit e59e02e

Please sign in to comment.