From 19247ff0ec448a07b1f57b646738a606f73f61b5 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 4 Mar 2022 13:42:47 +0900 Subject: Split out typable commands into a separate file --- xtask/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask') diff --git a/xtask/src/main.rs b/xtask/src/main.rs index d24a29cc..ad0eb16f 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -107,7 +107,7 @@ pub mod md_gen { use crate::path; use std::fs; - use helix_term::commands::cmd::TYPABLE_COMMAND_LIST; + use helix_term::commands::TYPABLE_COMMAND_LIST; pub const TYPABLE_COMMANDS_MD_OUTPUT: &str = "typable-cmd.md"; pub const LANG_SUPPORT_MD_OUTPUT: &str = "lang-support.md"; -- cgit v1.2.3-70-g09d2