Fix clippy warnings

This commit is contained in:
Denis Isidoro 2021-08-07 07:05:33 -03:00 committed by GitHub
parent 8cee230313
commit 5e7b24abe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 14 additions and 14 deletions

View file

@ -15,7 +15,7 @@ use anyhow::Result;
pub fn main() -> Result<()> {
let config = &CONFIG;
let opts = FinderOpts::from_config(&config)?;
let opts = FinderOpts::from_config(config)?;
let (raw_selection, variables, files) = config
.finder()