Revert "Replace project_path
with project_entry
in workspace::{Item, ItemView}
"
This reverts commit 9c9a09cccb
.
This commit is contained in:
parent
1d72e8face
commit
a73671e57c
7 changed files with 67 additions and 126 deletions
|
@ -539,7 +539,7 @@ impl workspace::Item for ProjectDiagnostics {
|
|||
diagnostics
|
||||
}
|
||||
|
||||
fn project_entry(&self) -> Option<project::ProjectEntry> {
|
||||
fn project_path(&self) -> Option<project::ProjectPath> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
@ -555,7 +555,7 @@ impl workspace::ItemView for ProjectDiagnosticsEditor {
|
|||
"Project Diagnostics".to_string()
|
||||
}
|
||||
|
||||
fn project_entry(&self, _: &AppContext) -> Option<project::ProjectEntry> {
|
||||
fn project_path(&self, _: &AppContext) -> Option<project::ProjectPath> {
|
||||
None
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue