mirror of https://github.com/helix-editor/helix
remove accidental import
parent
55a19ed197
commit
30749e3970
|
@ -9,7 +9,6 @@ use helix_core::hashmap;
|
||||||
use helix_loader::merge_toml_values;
|
use helix_loader::merge_toml_values;
|
||||||
use log::warn;
|
use log::warn;
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
use rustix::path::Arg;
|
|
||||||
use serde::{Deserialize, Deserializer};
|
use serde::{Deserialize, Deserializer};
|
||||||
use toml::{map::Map, Value};
|
use toml::{map::Map, Value};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue