File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments