Skip to content

Commit 6ab00ba

Browse files
committed
Minor change
1 parent e7b9694 commit 6ab00ba

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,15 @@ pub(crate) const WORKSPACES: &[WorkspaceInfo<'static>] = &[
109109
)),
110110
submodules: &[],
111111
},
112-
{
113-
WorkspaceInfo {
114-
path: "compiler/rustc_codegen_cranelift",
115-
exceptions: EXCEPTIONS_CRANELIFT,
116-
crates_and_deps: Some((
117-
&["rustc_codegen_cranelift"],
118-
PERMITTED_CRANELIFT_DEPENDENCIES,
119-
PERMITTED_CRANELIFT_DEPS_LOCATION,
120-
)),
121-
submodules: &[],
122-
}
112+
WorkspaceInfo {
113+
path: "compiler/rustc_codegen_cranelift",
114+
exceptions: EXCEPTIONS_CRANELIFT,
115+
crates_and_deps: Some((
116+
&["rustc_codegen_cranelift"],
117+
PERMITTED_CRANELIFT_DEPENDENCIES,
118+
PERMITTED_CRANELIFT_DEPS_LOCATION,
119+
)),
120+
submodules: &[],
123121
},
124122
WorkspaceInfo {
125123
path: "compiler/rustc_codegen_gcc",

0 commit comments

Comments
 (0)