From 2680e475d193c5ded2ec95b69fbae7704af53c2c Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 12 Jun 2021 15:17:37 +0200 Subject: [PATCH] Feature name correction --- cli/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/lib.rs b/cli/src/lib.rs index 332be94d61..0797309a1a 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -100,7 +100,7 @@ pub fn build_app<'a>() -> App<'a> { ) ); - if cfg!(feature = "edit") { + if cfg!(feature = "editor") { app.subcommand( App::new(CMD_EDIT).about("Launch the Roc editor").arg( Arg::with_name(DIRECTORY_OR_FILES)