From cae864a1886d4f349f6911036de2c30b3f35e18c Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 19 Feb 2024 21:24:09 +0100 Subject: [PATCH] fix nigtly --- src/popups/blame_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popups/blame_file.rs b/src/popups/blame_file.rs index 93773ef5..508db3ad 100644 --- a/src/popups/blame_file.rs +++ b/src/popups/blame_file.rs @@ -29,7 +29,7 @@ use ratatui::{ widgets::{Block, Borders, Cell, Clear, Row, Table, TableState}, Frame, }; -use std::{convert::TryInto, path::Path}; +use std::{path::Path}; static NO_COMMIT_ID: &str = "0000000"; static NO_AUTHOR: &str = "";