Skip to content

Commit

Permalink
Fix bootstrap bump fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Mar 20, 2024
1 parent eb7c254 commit c3e75ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/jsondoclint/src/validator/tests.rs
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit c3e75ce

Please sign in to comment.