appease clippy
not sure why this warning is only now showing up Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ use notedeck::{AppAction, AppContext};
|
||||
use notedeck_columns::Damus;
|
||||
use notedeck_dave::Dave;
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum NotedeckApp {
|
||||
Dave(Dave),
|
||||
Columns(Damus),
|
||||
|
||||
Reference in New Issue
Block a user