This reverts commit 9ef0501853
due to a
panic.
```
{
"thread": "main",
"payload": "9 is not a valid char boundary in path \"crates/…/LiveKitBridge/\"",
"location_data": {
"file": "crates/file_finder/src/file_finder.rs",
"line": 646
}
}
```
Release Notes:
- N/A
This commit is contained in:
parent
f8770fee10
commit
c0c48d30db
49 changed files with 157 additions and 207 deletions
|
@ -843,6 +843,7 @@ impl Pane {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub(crate) fn open_item(
|
||||
&mut self,
|
||||
project_entry_id: Option<ProjectEntryId>,
|
||||
|
|
|
@ -122,6 +122,7 @@ impl PaneGroup {
|
|||
};
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn render(
|
||||
&self,
|
||||
project: &Entity<Project>,
|
||||
|
@ -227,6 +228,7 @@ impl Member {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn render(
|
||||
&self,
|
||||
project: &Entity<Project>,
|
||||
|
@ -676,6 +678,7 @@ impl PaneAxis {
|
|||
None
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn render(
|
||||
&self,
|
||||
project: &Entity<Project>,
|
||||
|
@ -879,6 +882,7 @@ mod element {
|
|||
self
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn compute_resize(
|
||||
flexes: &Arc<Mutex<Vec<f32>>>,
|
||||
e: &MouseMoveEvent,
|
||||
|
@ -968,6 +972,7 @@ mod element {
|
|||
window.refresh();
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn layout_handle(
|
||||
axis: Axis,
|
||||
pane_bounds: Bounds<Pixels>,
|
||||
|
|
|
@ -2696,6 +2696,7 @@ impl Workspace {
|
|||
)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn add_item(
|
||||
&mut self,
|
||||
pane: Entity<Pane>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue