Add a FIXME for a clippy lint
This commit is contained in:
parent
1fa23e6fa4
commit
c76ee391ec
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ pub trait Pane {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Tab {
|
impl Tab {
|
||||||
|
// FIXME: Too many arguments here! Maybe bundle all of the senders for the whole program in a struct?
|
||||||
pub fn new(
|
pub fn new(
|
||||||
index: usize,
|
index: usize,
|
||||||
full_screen_ws: &PositionAndSize,
|
full_screen_ws: &PositionAndSize,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue