]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_hir_analysis/src/check_unused.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / compiler / rustc_hir_analysis / src / check_unused.rs
index 5749b04783ce4ff8c7608e83771a3754471fffe4..ebb78213a63a13dd052f0b3b4e7c48f5c5acc451 100644 (file)
@@ -50,7 +50,7 @@ pub fn check_crate(tcx: TyCtxt<'_>) {
 fn unused_crates_lint(tcx: TyCtxt<'_>) {
     let lint = lint::builtin::UNUSED_EXTERN_CRATES;
 
-    // Collect first the crates that are completely unused.  These we
+    // Collect first the crates that are completely unused. These we
     // can always suggest removing (no matter which edition we are
     // in).
     let unused_extern_crates: FxHashMap<LocalDefId, Span> = tcx