mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
Fix bootstrap bump fallout
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use super::*;
|
||||
use crate::core::build_steps::doc::DocumentationFormat;
|
||||
use crate::core::config::{Config, DryRun, TargetSelection};
|
||||
use crate::core::config::Config;
|
||||
use std::thread;
|
||||
|
||||
fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use rustc_hash::FxHashMap;
|
||||
use rustdoc_json_types::{Crate, Item, ItemKind, ItemSummary, Visibility, FORMAT_VERSION};
|
||||
use rustdoc_json_types::{Item, ItemKind, Visibility, FORMAT_VERSION};
|
||||
|
||||
use crate::json_find::SelectorPart;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user