Add a FIXME for a clippy lint

This commit is contained in:
Brooks J Rady 2021-01-06 19:38:00 +00:00
parent 1fa23e6fa4
commit c76ee391ec

View file

@ -140,6 +140,7 @@ pub trait Pane {
}
impl Tab {
// FIXME: Too many arguments here! Maybe bundle all of the senders for the whole program in a struct?
pub fn new(
index: usize,
full_screen_ws: &PositionAndSize,