diff options
| author | est31 <MTest31@outlook.com> | 2023-03-03 04:10:46 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-03-03 08:39:00 +0100 |
| commit | ff2c609d662f0ffae9aafa6ff9f60441473e958e (patch) | |
| tree | a338e1cc18f26471b3c782edcd7e97cfec18132f /compiler/rustc_session | |
| parent | 13471d3b2046cce78181dde6cfc146c09f55e29e (diff) | |
| download | rust-ff2c609d662f0ffae9aafa6ff9f60441473e958e.tar.gz rust-ff2c609d662f0ffae9aafa6ff9f60441473e958e.zip | |
Match unmatched backticks in compiler/ that are part of rustdoc
Diffstat (limited to 'compiler/rustc_session')
| -rw-r--r-- | compiler/rustc_session/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
