aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
Diffstat (limited to 'xtask')
-rw-r--r--xtask/src/main.rs2
1 files changed, 1 insertions, 1 deletions
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";