File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ impl CrateGraphBuilder {
742742 deps. into_iter ( )
743743 }
744744
745- /// Returns all crates in the graph, sorted in topological order (ie . dependencies of a crate
745+ /// Returns all crates in the graph, sorted in topological order (i.e . dependencies of a crate
746746 /// come before the crate itself).
747747 fn crates_in_topological_order ( & self ) -> Vec < CrateBuilderId > {
748748 let mut res = Vec :: new ( ) ;
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ impl Visibility {
146146
147147 /// Returns the most permissive visibility of `self` and `other`.
148148 ///
149- /// If there is no subset relation between `self` and `other`, returns `None` (ie . they're only
149+ /// If there is no subset relation between `self` and `other`, returns `None` (i.e . they're only
150150 /// visible in unrelated modules).
151151 pub ( crate ) fn max (
152152 self ,
@@ -212,7 +212,7 @@ impl Visibility {
212212
213213 /// Returns the least permissive visibility of `self` and `other`.
214214 ///
215- /// If there is no subset relation between `self` and `other`, returns `None` (ie . they're only
215+ /// If there is no subset relation between `self` and `other`, returns `None` (i.e . they're only
216216 /// visible in unrelated modules).
217217 pub ( crate ) fn min (
218218 self ,
You can’t perform that action at this time.
0 commit comments