mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
remove redundant imports.
This commit is contained in:
parent
a678849f15
commit
f671a9ab97
@ -4,7 +4,6 @@ use luahelper::lua_value_to_dynamic;
|
||||
use serde_json::{Map, Value as JValue};
|
||||
use std::collections::HashSet;
|
||||
use wezterm_dynamic::{FromDynamic, Value as DynValue};
|
||||
use {serde_yaml, toml};
|
||||
|
||||
pub fn register(lua: &Lua) -> anyhow::Result<()> {
|
||||
let serde_mod = get_or_create_sub_module(lua, "serde")?;
|
||||
|
Loading…
Reference in New Issue
Block a user