]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/lib.rs
Fix macro reexports duplicates in the sidebar
[rust.git] / src / librustdoc / lib.rs
index c3205165040172f787c56af28b3f168e99cfa7b9..170f166db500e0d090873b227c7cc1280bc05ce0 100644 (file)
@@ -691,7 +691,6 @@ fn main_args(at_args: &[String]) -> MainResult {
     rustc_interface::util::run_in_thread_pool_with_globals(
         options.edition,
         1, // this runs single-threaded, even in a parallel compiler
-        &None,
         move || main_options(options),
     )
 }