Fix bootstrap bump fallout

This commit is contained in:
Mark Rousskov 2024-03-19 22:58:49 -04:00
parent 283db5abfc
commit 9a22a0fdab
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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;