Skip to content

Commit 3730b40

Browse files
authored
Rollup merge of #149415 - bjorn3:tidy_update, r=clubby789
Remove test-float-parse from workspace list in tidy It is now part of the main workspace.
2 parents 60e46fb + 6bbd737 commit 3730b40

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,6 @@ pub(crate) const WORKSPACES: &[WorkspaceInfo<'static>] = &[
168168
crates_and_deps: None,
169169
submodules: &["src/tools/rustc-perf"],
170170
},
171-
WorkspaceInfo {
172-
path: "src/tools/test-float-parse",
173-
exceptions: EXCEPTIONS,
174-
crates_and_deps: None,
175-
submodules: &[],
176-
},
177171
WorkspaceInfo {
178172
path: "tests/run-make-cargo/uefi-qemu/uefi_qemu_test",
179173
exceptions: EXCEPTIONS_UEFI_QEMU_TEST,

0 commit comments

Comments
 (0)