Skip to content

Commit 39e3eca

Browse files
Fix bootstrap bump fallout
1 parent eb7c254 commit 39e3eca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/src/core/builder/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use super::*;
22
use crate::core::build_steps::doc::DocumentationFormat;
3-
use crate::core::config::{Config, DryRun, TargetSelection};
3+
use crate::core::config::Config;
44
use std::thread;
55

66
fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config {

src/tools/jsondoclint/src/validator/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use rustc_hash::FxHashMap;
2-
use rustdoc_json_types::{Crate, Item, ItemKind, ItemSummary, Visibility, FORMAT_VERSION};
2+
use rustdoc_json_types::{Item, ItemKind, Visibility, FORMAT_VERSION};
33

44
use crate::json_find::SelectorPart;
55

0 commit comments

Comments
 (0)