about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJason Newcomb <jsnewcomb@pm.me>2023-02-25 19:08:29 -0500
committerJason Newcomb <jsnewcomb@pm.me>2023-02-25 19:28:50 -0500
commit0413fb35babdfe8fe2456e7b3d520f1ffb5de231 (patch)
tree9938720b708db9e681ba8c47a2f93ab99bba4286 /src
parente5df17aae5f9554ea8d241b4af91109400dc5cbd (diff)
downloadrust-0413fb35babdfe8fe2456e7b3d520f1ffb5de231.tar.gz
rust-0413fb35babdfe8fe2456e7b3d520f1ffb5de231.zip
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/driver.rs b/src/driver.rs
index 9ac849aecf1..dd183362f27 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -209,10 +209,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(
-        rustc_driver::DEFAULT_LOCALE_RESOURCES.to_vec(),
-        false
-    );
+    let fallback_bundle = rustc_errors::fallback_fluent_bundle(rustc_driver::DEFAULT_LOCALE_RESOURCES.to_vec(), false);
     let emitter = Box::new(rustc_errors::emitter::EmitterWriter::stderr(
         rustc_errors::ColorConfig::Auto,
         None,