]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/print/pprust.rs
Fix tidy.
[rust.git] / src / libsyntax / print / pprust.rs
index dbe4241b8e63e6134ebcbbb13c9f3aad7fb7e4cb..d1cd7631c82d9f097f0b9b1da61b7886719a0cdf 100644 (file)
@@ -1171,7 +1171,7 @@ pub fn print_tts(&mut self, tts: &[ast::TokenTree]) -> IoResult<()> {
             }
             try!(self.print_tt(tt));
             // There should be no space between the module name and the following `::` in paths,
-            // otherwise imported macros get re-parsed from crate metadata incorrectly (issue #20701)
+            // otherwise imported macros get re-parsed from crate metadata incorrectly (#20701)
             suppress_space = match tt {
                 &ast::TtToken(_, token::Ident(_, token::ModName)) |
                 &ast::TtToken(_, token::MatchNt(_, _, _, token::ModName)) |