about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2022-04-07 18:39:59 +0100
committerflip1995 <philipp.krones@embecosm.com>2022-04-08 10:06:10 +0100
commit71131351de6dae8b2baa39ab2a0b0fd20fa5e4a6 (patch)
tree1960b34089607dd99d9d6ad6d79d2de5639670d2 /src
parentba718bbeeee95407f73f6c05c75284ff68d10fb6 (diff)
downloadrust-71131351de6dae8b2baa39ab2a0b0fd20fa5e4a6.tar.gz
rust-71131351de6dae8b2baa39ab2a0b0fd20fa5e4a6.zip
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/driver.rs b/src/driver.rs
index bc1b0d74575..00dc916b217 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -165,8 +165,7 @@ fn report_clippy_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
     // Separate the output with an empty line
     eprintln!();
 
-    let fallback_bundle = rustc_errors::fallback_fluent_bundle(false)
-        .expect("failed to load fallback fluent bundle");
+    let fallback_bundle = rustc_errors::fallback_fluent_bundle(false).expect("failed to load fallback fluent bundle");
     let emitter = Box::new(rustc_errors::emitter::EmitterWriter::stderr(
         rustc_errors::ColorConfig::Auto,
         None,