]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_builtin_macros/src/format_foreign.rs
Rollup merge of #107424 - bpeel:clone-into-from-share-code, r=scottmcm
[rust.git] / compiler / rustc_builtin_macros / src / format_foreign.rs
index 6f7fc3a95ba640e21311aca2d37b403f0f25a2c4..bd9e903b6ba297cdda9ce8de7efa4404e6c4325d 100644 (file)
@@ -253,7 +253,7 @@ pub fn translate(&self) -> Result<String, Option<String>> {
     #[derive(Copy, Clone, PartialEq, Debug)]
     pub enum Num {
         // The range of these values is technically bounded by `NL_ARGMAX`... but, at least for GNU
-        // libc, it apparently has no real fixed limit.  A `u16` is used here on the basis that it
+        // libc, it apparently has no real fixed limit. A `u16` is used here on the basis that it
         // is *vanishingly* unlikely that *anyone* is going to try formatting something wider, or
         // with more precision, than 32 thousand positions which is so wide it couldn't possibly fit
         // on a screen.