From ff2c609d662f0ffae9aafa6ff9f60441473e958e Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 3 Mar 2023 04:10:46 +0100 Subject: Match unmatched backticks in compiler/ that are part of rustdoc --- compiler/rustc_session/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_session') diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs index 295e93f6103..58b0d763961 100644 --- a/compiler/rustc_session/src/config.rs +++ b/compiler/rustc_session/src/config.rs @@ -2792,7 +2792,7 @@ pub enum PpMode { HirTree, /// `-Zunpretty=thir-tree` ThirTree, - /// `-Zunpretty=`thir-flat` + /// `-Zunpretty=thir-flat` ThirFlat, /// `-Zunpretty=mir` Mir, -- cgit 1.4.1-3-g733a5