From c76ee391ec5ab327af46e6907d5cbc47c1a0dd78 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Wed, 6 Jan 2021 19:38:00 +0000 Subject: [PATCH] Add a FIXME for a clippy lint --- src/tab.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tab.rs b/src/tab.rs index bd5be8c5..ea709c7c 100644 --- a/src/tab.rs +++ b/src/tab.rs @@ -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,