mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix bootstrap bump fallout
This commit is contained in:
parent
283db5abfc
commit
9a22a0fdab
@ -1,6 +1,6 @@
|
|||||||
use super::*;
|
use super::*;
|
||||||
use crate::core::build_steps::doc::DocumentationFormat;
|
use crate::core::build_steps::doc::DocumentationFormat;
|
||||||
use crate::core::config::{Config, DryRun, TargetSelection};
|
use crate::core::config::Config;
|
||||||
use std::thread;
|
use std::thread;
|
||||||
|
|
||||||
fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config {
|
fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
use rustc_hash::FxHashMap;
|
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;
|
use crate::json_find::SelectorPart;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user