]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast_lowering/src/item.rs
Auto merge of #107010 - weihanglo:update-cargo, r=weihanglo
[rust.git] / compiler / rustc_ast_lowering / src / item.rs
index 065779d0670c687b86454b1e90fea8a30f237f2c..5d2589cb2b2f7817a8603a1319eed39a727fd597 100644 (file)
@@ -523,7 +523,7 @@ fn lower_use_tree(
                 //
                 // The first two are produced by recursively invoking
                 // `lower_use_tree` (and indeed there may be things
-                // like `use foo::{a::{b, c}}` and so forth).  They
+                // like `use foo::{a::{b, c}}` and so forth). They
                 // wind up being directly added to
                 // `self.items`. However, the structure of this
                 // function also requires us to return one item, and