1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Fixes mut issue

This commit is contained in:
ms2300
2018-08-27 13:43:22 -06:00
committed by David Peter
parent f3dde0185d
commit 5444b0dfed
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ pub enum PagingMode {
Never,
}
#[derive(Clone)]
pub struct Config<'a> {
/// List of files to print
pub files: Vec<Option<&'a str>>,