Skip to content

Commit 5248c89

Browse files
authored
Merge pull request #20411 from BenjaminBrienen/duplicate-field
remove duplicate field in Debug impl of ProjectWorkspace
2 parents caef0f4 + 98322ab commit 5248c89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/project-model/src/workspace.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ impl fmt::Debug for ProjectWorkspace {
157157
.field("file", &file)
158158
.field("cargo_script", &cargo_script.is_some())
159159
.field("n_sysroot_crates", &sysroot.num_packages())
160-
.field("cargo_script", &cargo_script.is_some())
161160
.field("n_rustc_cfg", &rustc_cfg.len())
162161
.field("toolchain", &toolchain)
163162
.field("data_layout", &target_layout)

0 commit comments

Comments
 (0)