mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
fix some clippy warnings
This commit is contained in:
@@ -85,7 +85,7 @@ pub fn get_args_from_config_file() -> Result<Vec<OsString>, shell_words::ParseEr
|
||||
.ok()
|
||||
.map(|content| get_args_from_str(&content))
|
||||
.transpose()?
|
||||
.unwrap_or_else(|| vec![]))
|
||||
.unwrap_or_else(Vec::new))
|
||||
}
|
||||
|
||||
pub fn get_args_from_env_var() -> Option<Result<Vec<OsString>, shell_words::ParseError>> {
|
||||
|
||||
Reference in New Issue
Block a user