mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-28 20:41:02 +00:00
Fix clippy warnings
This commit is contained in:
parent
8cee230313
commit
5e7b24abe8
10 changed files with 14 additions and 14 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue