]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/lib.rs
Auto merge of #93763 - jsha:re-space-empty-impls, r=GuillaumeGomez
[rust.git] / src / librustdoc / lib.rs
index 68028604fa463d36ad980268ec5462f71214b891..c3205165040172f787c56af28b3f168e99cfa7b9 100644 (file)
@@ -688,7 +688,7 @@ fn main_args(at_args: &[String]) -> MainResult {
         Ok(opts) => opts,
         Err(code) => return if code == 0 { Ok(()) } else { Err(ErrorReported) },
     };
-    rustc_interface::util::setup_callbacks_and_run_in_thread_pool_with_globals(
+    rustc_interface::util::run_in_thread_pool_with_globals(
         options.edition,
         1, // this runs single-threaded, even in a parallel compiler
         &None,