mirror of
https://github.com/kittywitch/fzfdapter.git
synced 2026-02-09 06:39:19 -08:00
chore: cargo fix
This commit is contained in:
parent
0ade7d9539
commit
f8a5b1595f
5 changed files with 5 additions and 60 deletions
14
src/main.rs
14
src/main.rs
|
|
@ -5,23 +5,11 @@ use {
|
|||
handlers::{handle_terminal, handle_xdg, WhatDo},
|
||||
store::AdapterStore,
|
||||
},
|
||||
anyhow::anyhow,
|
||||
clap::{Parser, ValueEnum},
|
||||
freedesktop_desktop_entry::{default_paths, get_languages_from_env, DesktopEntry, Iter},
|
||||
indexmap::IndexMap,
|
||||
is_executable::IsExecutable,
|
||||
rmp_serde::Serializer,
|
||||
serde::{Deserialize, Serialize},
|
||||
std::{
|
||||
collections::HashSet,
|
||||
env,
|
||||
fs::{read_to_string, File},
|
||||
io::{pipe, BufReader, Write},
|
||||
mem,
|
||||
io::{pipe, Write},
|
||||
os::unix::ffi::OsStrExt,
|
||||
path::Path,
|
||||
process::{Command, Stdio},
|
||||
sync::Arc,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue