diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-09-12 20:39:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-12 20:39:41 +0100 |
| commit | db2a00f45623d284f17dfe8c0f9eca1a401c25a6 (patch) | |
| tree | b32e86cf79b44389c72370a0b374400edaa6f653 /src/main.rs | |
| parent | update default layout (#523) (diff) | |
| download | atuin-db2a00f45623d284f17dfe8c0f9eca1a401c25a6.zip | |
custom history list (#524)
* use custom list impl
* fmt
* segment
* clean up
* fix offsets
* fix scroll back space
* small touch ups
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
