We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1eee28 commit 566df27Copy full SHA for 566df27
compiler/rustc_ast_pretty/src/pprust/state.rs
@@ -151,7 +151,7 @@ pub fn print_crate<'a>(
151
/// Note: some old proc macros parse pretty-printed output, so changes here can
152
/// break old code. For example:
153
/// - #63896: `#[allow(unused,` must be printed rather than `#[allow(unused ,`
154
-/// - #73345: `#[allow(unused)] must be printed rather than `# [allow(unused)]
+/// - #73345: `#[allow(unused)]` must be printed rather than `# [allow(unused)]`
155
///
156
fn space_between(tt1: &TokenTree, tt2: &TokenTree) -> bool {
157
use token::*;
0 commit comments