From db2a00f45623d284f17dfe8c0f9eca1a401c25a6 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 12 Sep 2022 20:39:41 +0100 Subject: custom history list (#524) * use custom list impl * fmt * segment * clean up * fix offsets * fix scroll back space * small touch ups --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 5d43cc72..bffb7249 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ #![warn(clippy::pedantic, clippy::nursery)] -#![allow(clippy::use_self)] // not 100% reliable +#![allow(clippy::use_self, clippy::missing_const_for_fn)] // not 100% reliable use clap::{AppSettings, Parser}; use eyre::Result; -- cgit v1.3.1