mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-27 10:17:15 +00:00
remove duplicate field in Debug
This commit is contained in:
parent
caef0f46fd
commit
98322abfd7
1 changed files with 0 additions and 1 deletions
|
|
@ -157,7 +157,6 @@ impl fmt::Debug for ProjectWorkspace {
|
|||
.field("file", &file)
|
||||
.field("cargo_script", &cargo_script.is_some())
|
||||
.field("n_sysroot_crates", &sysroot.num_packages())
|
||||
.field("cargo_script", &cargo_script.is_some())
|
||||
.field("n_rustc_cfg", &rustc_cfg.len())
|
||||
.field("toolchain", &toolchain)
|
||||
.field("data_layout", &target_layout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue