]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_metadata/src/native_libs.rs
Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnay
[rust.git] / compiler / rustc_metadata / src / native_libs.rs
index 59869ee417377635ff55a3093aa64ebb3f2779ca..6f05c76e89de1adc89b5e7344f186dd3d565c8c4 100644 (file)
@@ -433,10 +433,10 @@ fn process_command_line(&mut self) {
         }
 
         // Update kind and, optionally, the name of all native libraries
-        // (there may be more than one) with the specified name.  If any
+        // (there may be more than one) with the specified name. If any
         // library is mentioned more than once, keep the latest mention
         // of it, so that any possible dependent libraries appear before
-        // it.  (This ensures that the linker is able to see symbols from
+        // it. (This ensures that the linker is able to see symbols from
         // all possible dependent libraries before linking in the library
         // in question.)
         for passed_lib in &self.tcx.sess.opts.libs {