remove accidental import

pull/8675/merge^2
Matt Paras 2024-11-24 11:33:39 -08:00
parent 55a19ed197
commit 30749e3970
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ use helix_core::hashmap;
use helix_loader::merge_toml_values;
use log::warn;
use once_cell::sync::Lazy;
use rustix::path::Arg;
use serde::{Deserialize, Deserializer};
use toml::{map::Map, Value};