Skip to content

Commit cdb0867

Browse files
Unpublicize inference relations
1 parent 9316ae5 commit cdb0867

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/librustc/infer/mod.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ use self::higher_ranked::HrMatchResult;
4848
use self::region_inference::{RegionVarBindings, RegionSnapshot};
4949
use self::unify_key::ToType;
5050

51-
pub mod bivariate;
52-
pub mod combine;
53-
pub mod equate;
51+
mod bivariate;
52+
mod combine;
53+
mod equate;
5454
pub mod error_reporting;
55-
pub mod glb;
55+
mod glb;
5656
mod higher_ranked;
5757
pub mod lattice;
58-
pub mod lub;
58+
mod lub;
5959
pub mod region_inference;
6060
pub mod resolve;
6161
mod freshen;
62-
pub mod sub;
62+
mod sub;
6363
pub mod type_variable;
6464
pub mod unify_key;
6565

0 commit comments

Comments
 (0)