Skip to content

Commit 566df27

Browse files
committed
Fix some backticks in comments.
1 parent f1eee28 commit 566df27

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_ast_pretty/src/pprust

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_ast_pretty/src/pprust/state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub fn print_crate<'a>(
151151
/// Note: some old proc macros parse pretty-printed output, so changes here can
152152
/// break old code. For example:
153153
/// - #63896: `#[allow(unused,` must be printed rather than `#[allow(unused ,`
154-
/// - #73345: `#[allow(unused)] must be printed rather than `# [allow(unused)]
154+
/// - #73345: `#[allow(unused)]` must be printed rather than `# [allow(unused)]`
155155
///
156156
fn space_between(tt1: &TokenTree, tt2: &TokenTree) -> bool {
157157
use token::*;

0 commit comments

Comments
 (0)