We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60e46fb + 6bbd737 commit 3730b40Copy full SHA for 3730b40
1 file changed
src/tools/tidy/src/deps.rs
@@ -168,12 +168,6 @@ pub(crate) const WORKSPACES: &[WorkspaceInfo<'static>] = &[
168
crates_and_deps: None,
169
submodules: &["src/tools/rustc-perf"],
170
},
171
- WorkspaceInfo {
172
- path: "src/tools/test-float-parse",
173
- exceptions: EXCEPTIONS,
174
- crates_and_deps: None,
175
- submodules: &[],
176
- },
177
WorkspaceInfo {
178
path: "tests/run-make-cargo/uefi-qemu/uefi_qemu_test",
179
exceptions: EXCEPTIONS_UEFI_QEMU_TEST,
0 commit comments